Searched refs:ACPI_EVENT_RTC (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-cmos.c | 788 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler() 789 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler() 798 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in acpi_rtc_event_setup() 803 acpi_clear_event(ACPI_EVENT_RTC); in acpi_rtc_event_setup() 804 acpi_disable_event(ACPI_EVENT_RTC, 0); in acpi_rtc_event_setup() 812 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler); in acpi_rtc_event_cleanup() 817 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on() 818 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on() 823 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off() 883 status = acpi_get_event_status(ACPI_EVENT_RTC, in cmos_check_acpi_rtc_status() [all...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-cmos.c | 782 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler() 783 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler() 792 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in acpi_rtc_event_setup() 797 acpi_clear_event(ACPI_EVENT_RTC); in acpi_rtc_event_setup() 798 acpi_disable_event(ACPI_EVENT_RTC, 0); in acpi_rtc_event_setup() 806 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler); in acpi_rtc_event_cleanup() 811 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on() 812 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on() 817 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off() 883 status = acpi_get_event_status(ACPI_EVENT_RTC, in cmos_check_acpi_rtc_status() [all...] |
H A D | rtc-loongson.c | 335 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, in loongson_rtc_probe() 360 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, in loongson_rtc_remove()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actypes.h | 722 #define ACPI_EVENT_RTC 4 macro
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actypes.h | 725 #define ACPI_EVENT_RTC 4 macro
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | sysfs.c | 907 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | sysfs.c | 897 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()
|
Completed in 14 milliseconds