Searched refs:RuntimeCount (Results 1 – 4 of 4) sorted by relevance
101 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()
749 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
882 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()
481 UINT8 RuntimeCount; /* References to a run GPE */ member