Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Devxface.c618 acpi_install_fixed_event_handler(u32 event, in ACPI_EXPORT_SYMBOL()
623 ACPI_FUNCTION_TRACE(acpi_install_fixed_event_handler); in ACPI_EXPORT_SYMBOL()
672 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/
Dbus.c457 acpi_install_fixed_event_handler(ACPI_EVENT_POWER_BUTTON, in acpi_device_install_notify_handler()
462 acpi_install_fixed_event_handler(ACPI_EVENT_SLEEP_BUTTON, in acpi_device_install_notify_handler()
/drivers/rtc/
Drtc-cmos.c1023 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in rtc_wake_setup()