Searched refs:ACPI_EVENT_RTC (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-cmos.c | 778 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler() 779 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler() 788 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in acpi_rtc_event_setup() 793 acpi_clear_event(ACPI_EVENT_RTC); in acpi_rtc_event_setup() 794 acpi_disable_event(ACPI_EVENT_RTC, 0); in acpi_rtc_event_setup() 802 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler); in acpi_rtc_event_cleanup() 807 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on() 808 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on() 813 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off() 879 status = acpi_get_event_status(ACPI_EVENT_RTC, &rtc_status); in cmos_check_acpi_rtc_status()
|
H A D | rtc-loongson.c | 346 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, in loongson_rtc_probe() 371 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, in loongson_rtc_remove()
|
/linux/include/acpi/ |
H A D | actypes.h | 725 #define ACPI_EVENT_RTC 4 macro
|
/linux/drivers/acpi/ |
H A D | sysfs.c | 897 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()
|