Searched refs:AcpiGbl_FixedEventInfo (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/contrib/dev/acpica/components/events/ |
| HD | evxfevnt.c | 211 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL() 221 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL() 277 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL() 285 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL() 338 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in ACPI_EXPORT_SYMBOL() 396 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL() 411 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
|
| HD | evevent.c | 203 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF) in AcpiEvFixedEventInitialize() 206 AcpiGbl_FixedEventInfo[i].EnableRegisterId, in AcpiEvFixedEventInitialize() 262 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) && in AcpiEvFixedEventDetect() 263 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask)) in AcpiEvFixedEventDetect() 310 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch() 320 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
|
| /NextBSD/sys/contrib/dev/acpica/components/hardware/ |
| HD | hwsleep.c | 343 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake() 347 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utglobal.c | 172 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
|
| /NextBSD/sys/contrib/dev/acpica/include/ |
| HD | acglobal.h | 280 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];
|