Searched refs:AcpiGbl_FixedEventInfo (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/acpica/events/ |
H A 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()
|
H A 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()
|
/illumos-gate/usr/src/common/acpica/hardware/ |
H A D | hwsleep.c | 466 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake() 470 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utglobal.c | 286 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acglobal.h | 387 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];
|