Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/events/
A Devgpe.c103 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
173 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX) in AcpiEvAddGpeReference()
178 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
179 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
191 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
222 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
227 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
228 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
240 GpeEventInfo->RuntimeCount++; in AcpiEvRemoveGpeReference()
A Devxface.c936 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/debugger/
A Ddbdisply.c929 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h557 UINT8 RuntimeCount; /* References to a run GPE */ member

Completed in 14 milliseconds