Home
last modified time | relevance | path

Searched refs:ACPI_EVENT_RTC (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-cmos.c981 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler()
982 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler()
988 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in rtc_wake_setup()
993 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_setup()
994 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_setup()
999 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on()
1000 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on()
1005 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off()
/linux-4.4.14/include/acpi/
Dactypes.h724 #define ACPI_EVENT_RTC 4 macro
/linux-4.4.14/drivers/acpi/
Dsysfs.c735 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()