Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/events/
H A Devxfevnt.c220 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
230 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
293 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
301 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
361 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in ACPI_EXPORT_SYMBOL()
419 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
434 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
H A Devevent.c203 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF) in AcpiEvFixedEventInitialize()
206 AcpiGbl_FixedEventInfo[i].EnableRegisterId, in AcpiEvFixedEventInitialize()
273 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) && in AcpiEvFixedEventDetect()
274 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask)) in AcpiEvFixedEventDetect()
321 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch()
331 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
/netbsd/sys/external/bsd/acpica/dist/hardware/
H A Dhwsleep.c350 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
354 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
360 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
364 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
370 AcpiGbl_FixedEventInfo[ACPI_EVENT_PCIE_WAKE].EnableRegisterId, in AcpiHwLegacyWake()
373 AcpiGbl_FixedEventInfo[ACPI_EVENT_PCIE_WAKE].StatusRegisterId, in AcpiHwLegacyWake()
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutglobal.c175 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacglobal.h278 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];