Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Devxface.c452 acpi_install_fixed_event_handler(u32 event, in ACPI_EXPORT_SYMBOL()
457 ACPI_FUNCTION_TRACE(acpi_install_fixed_event_handler); in ACPI_EXPORT_SYMBOL()
506 ACPI_EXPORT_SYMBOL(acpi_install_fixed_event_handler) in ACPI_EXPORT_SYMBOL() argument
Devglock.c81 status = acpi_install_fixed_event_handler(ACPI_EVENT_GLOBAL, in acpi_ev_init_global_lock_handler()
/drivers/acpi/
Dproc.c438 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, NULL); in acpi_sleep_proc_init()
Dscan.c787 acpi_install_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_install_notify_handler()
792 acpi_install_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, in acpi_device_install_notify_handler()
/drivers/rtc/
Drtc-cmos.c921 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in rtc_wake_setup()