Searched refs:RuntimeCount (Results 1 – 3 of 3) sorted by relevance
103 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()
936 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
557 UINT8 RuntimeCount; /* References to a run GPE */ member