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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpe.c211 if (GpeEventInfo->RuntimeCount)
303 if (GpeEventInfo->RuntimeCount &&
339 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX)
344 GpeEventInfo->RuntimeCount++;
345 if (GpeEventInfo->RuntimeCount == 1)
362 GpeEventInfo->RuntimeCount--;
393 if (!GpeEventInfo->RuntimeCount)
398 GpeEventInfo->RuntimeCount--;
399 if (!GpeEventInfo->RuntimeCount)
411 GpeEventInfo->RuntimeCount
[all...]
H A Devxface.c1044 GpeEventInfo->RuntimeCount)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacevents.h163 ((__gpe__)->RuntimeCount == 1 && \
H A Daclocal.h666 UINT8 RuntimeCount; /* References to a run GPE */ member in struct:acpi_gpe_event_info

Completed in 39 milliseconds