Home
last modified time | relevance | path

Searched refs:RuntimeCount (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/events/
HDevgpe.c211 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
303 if (GpeEventInfo->RuntimeCount && in AcpiEvMaskGpe()
339 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX) in AcpiEvAddGpeReference()
344 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
345 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
362 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
393 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
398 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
399 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
411 GpeEventInfo->RuntimeCount++; in AcpiEvRemoveGpeReference()
HDevxface.c1044 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/include/
HDacevents.h163 ((__gpe__)->RuntimeCount == 1 && \
HDaclocal.h666 UINT8 RuntimeCount; /* References to a run GPE */ member
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
HDdbdisply.c1063 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()