Searched refs:ACPI_EVENT_RTC (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/acpi/ |
D | proc.c | 282 acpi_clear_event(ACPI_EVENT_RTC); in acpi_system_write_alarm() 283 acpi_enable_event(ACPI_EVENT_RTC, 0); in acpi_system_write_alarm() 408 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler() 409 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler() 422 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, NULL); in acpi_sleep_proc_init() 427 acpi_clear_event(ACPI_EVENT_RTC); in acpi_sleep_proc_init() 428 acpi_disable_event(ACPI_EVENT_RTC, 0); in acpi_sleep_proc_init()
|
D | sysfs.c | 656 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()
|
/linux-2.6.39/drivers/rtc/ |
D | rtc-cmos.c | 913 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler() 914 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler() 920 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, NULL); in rtc_wake_setup() 925 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_setup() 926 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_setup() 931 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on() 932 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on() 937 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off()
|
/linux-2.6.39/include/acpi/ |
D | actypes.h | 625 #define ACPI_EVENT_RTC 4 macro
|