Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/acpica/
Dhwsleep.c294 [ACPI_EVENT_POWER_BUTTON]. in acpi_hw_legacy_wake()
299 [ACPI_EVENT_POWER_BUTTON]. in acpi_hw_legacy_wake()
/Linux-v6.1/drivers/acpi/
Dsleep.c625 acpi_get_event_status(ACPI_EVENT_POWER_BUTTON, &pwr_btn_status); in acpi_suspend_enter()
628 acpi_clear_event(ACPI_EVENT_POWER_BUTTON); in acpi_suspend_enter()
Dbus.c568 acpi_install_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_install_notify_handler()
590 acpi_remove_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_remove_notify_handler()
Dsysfs.c875 else if (i == num_gpes + ACPI_EVENT_POWER_BUTTON) in acpi_irq_stats_init()
/Linux-v6.1/include/acpi/
Dactypes.h723 #define ACPI_EVENT_POWER_BUTTON 2 macro