Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-cmos.c994 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler()
995 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler()
1001 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in rtc_wake_setup()
1006 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_setup()
1007 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_setup()
1012 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on()
1013 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on()
1018 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off()
/linux-4.1.27/include/acpi/
Dactypes.h726 #define ACPI_EVENT_RTC 4 macro
/linux-4.1.27/drivers/acpi/
Dsysfs.c672 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()