Searched refs:AcpiGbl_FixedEventInfo (Results 1 – 5 of 5) sorted by relevance
/acpica-latest/source/components/events/ |
D | evxfevnt.c | 328 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()
|
D | evevent.c | 311 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF) in AcpiEvFixedEventInitialize() 314 AcpiGbl_FixedEventInfo[i].EnableRegisterId, in AcpiEvFixedEventInitialize() 375 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) && in AcpiEvFixedEventDetect() 376 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask)) in AcpiEvFixedEventDetect() 423 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch() 433 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
|
/acpica-latest/source/components/hardware/ |
D | hwsleep.c | 461 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()
|
/acpica-latest/source/components/utilities/ |
D | utglobal.c | 283 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
|
/acpica-latest/source/include/ |
D | acglobal.h | 387 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];
|