Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/acpica/components/events/
HDevxfevnt.c328 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
338 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
401 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
409 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
469 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in ACPI_EXPORT_SYMBOL()
527 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
542 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
HDevevent.c311 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF) in AcpiEvFixedEventInitialize()
314 AcpiGbl_FixedEventInfo[i].EnableRegisterId, in AcpiEvFixedEventInitialize()
381 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) && in AcpiEvFixedEventDetect()
382 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask)) in AcpiEvFixedEventDetect()
429 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch()
439 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
/freebsd-14-stable/sys/contrib/dev/acpica/components/hardware/
HDhwsleep.c461 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
465 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
471 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
475 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
481 AcpiGbl_FixedEventInfo[ACPI_EVENT_PCIE_WAKE].EnableRegisterId, in AcpiHwLegacyWake()
484 AcpiGbl_FixedEventInfo[ACPI_EVENT_PCIE_WAKE].StatusRegisterId, in AcpiHwLegacyWake()
/freebsd-14-stable/sys/contrib/dev/acpica/components/utilities/
HDutglobal.c283 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDacglobal.h386 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];