Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/dev/acpica/events/
Devgpe.c101 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
182 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX) in AcpiEvAddGpeReference()
187 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
188 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
200 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
231 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
236 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
237 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
249 GpeEventInfo->RuntimeCount++; in AcpiEvRemoveGpeReference()
Devxface.c749 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
/freebsd-9-stable/sys/contrib/dev/acpica/debugger/
Ddbdisply.c882 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Daclocal.h481 UINT8 RuntimeCount; /* References to a run GPE */ member