Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Devglock.c47 status = acpi_install_fixed_event_handler(ACPI_EVENT_GLOBAL, in acpi_ev_init_global_lock_handler()
Devxface.c584 acpi_install_fixed_event_handler(u32 event, in ACPI_EXPORT_SYMBOL()
589 ACPI_FUNCTION_TRACE(acpi_install_fixed_event_handler); in ACPI_EXPORT_SYMBOL()
638 ACPI_EXPORT_SYMBOL(acpi_install_fixed_event_handler) in ACPI_EXPORT_SYMBOL() argument
/Linux-v5.4/drivers/acpi/
Dbus.c443 acpi_install_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_install_notify_handler()
448 acpi_install_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, in acpi_device_install_notify_handler()
/Linux-v5.4/include/acpi/
Dacpixf.h597 acpi_install_fixed_event_handler(u32
/Linux-v5.4/drivers/rtc/
Drtc-cmos.c1176 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in rtc_wake_setup()