Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/events/
H A Devgpe.c211 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()
H A Devxface.c1044 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacevents.h163 ((__gpe__)->RuntimeCount == 1 && \
H A Daclocal.h666 UINT8 RuntimeCount; /* References to a run GPE */ member
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c1061 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()