Searched refs:RuntimeCount (Results 1 – 5 of 5) sorted by relevance
211 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()
1044 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
163 ((__gpe__)->RuntimeCount == 1 && \
666 UINT8 RuntimeCount; /* References to a run GPE */ member
1061 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()