Home
last modified time | relevance | path

Searched refs:ACPI_EVENT_SLEEP_BUTTON (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dhwsleep.c306 [ACPI_EVENT_SLEEP_BUTTON]. in acpi_hw_legacy_wake()
311 [ACPI_EVENT_SLEEP_BUTTON]. in acpi_hw_legacy_wake()
/linux/drivers/acpi/
H A Dbutton.c626 status = acpi_install_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, in acpi_button_add()
672 acpi_remove_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, in acpi_button_remove()
H A Dsysfs.c895 else if (i == num_gpes + ACPI_EVENT_SLEEP_BUTTON) in acpi_irq_stats_init()
/linux/include/acpi/
H A Dactypes.h724 #define ACPI_EVENT_SLEEP_BUTTON 3 macro