Searched refs:ACPI_EVENT_POWER_BUTTON (Results 1 – 4 of 4) sorted by relevance
99 if (AcpiEnableEvent(ACPI_EVENT_POWER_BUTTON, 0) != AE_OK) { in acpi_enter_sleepstate()178 if (AcpiClearEvent(ACPI_EVENT_POWER_BUTTON) != AE_OK) { in acpi_exit_sleepstate()
345 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()349 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
1027 if (AcpiInstallFixedEventHandler(ACPI_EVENT_POWER_BUTTON, in power_probe_fixed_button()1078 if (AcpiRemoveFixedEventHandler(ACPI_EVENT_POWER_BUTTON, in power_detach_acpi()
736 #define ACPI_EVENT_POWER_BUTTON 2 macro