Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dhwsleep.c333 [ACPI_EVENT_POWER_BUTTON]. in acpi_hw_legacy_wake()
338 [ACPI_EVENT_POWER_BUTTON]. in acpi_hw_legacy_wake()
/linux-4.1.27/drivers/acpi/
Dsleep.c547 acpi_get_event_status(ACPI_EVENT_POWER_BUTTON, &pwr_btn_status); in acpi_suspend_enter()
550 acpi_clear_event(ACPI_EVENT_POWER_BUTTON); in acpi_suspend_enter()
Dsysfs.c668 else if (i == num_gpes + ACPI_EVENT_POWER_BUTTON) in acpi_irq_stats_init()
Dscan.c1159 acpi_install_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_install_notify_handler()
1181 acpi_remove_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_remove_notify_handler()
/linux-4.1.27/include/acpi/
Dactypes.h724 #define ACPI_EVENT_POWER_BUTTON 2 macro