Home
last modified time | relevance | path

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

/linux-6.15/drivers/rtc/
H A Drtc-cmos.c774 acpi_clear_event(ACPI_EVENT_RTC); in rtc_handler()
775 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_handler()
784 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler, dev); in acpi_rtc_event_setup()
789 acpi_clear_event(ACPI_EVENT_RTC); in acpi_rtc_event_setup()
790 acpi_disable_event(ACPI_EVENT_RTC, 0); in acpi_rtc_event_setup()
798 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, rtc_handler); in acpi_rtc_event_cleanup()
803 acpi_clear_event(ACPI_EVENT_RTC); in rtc_wake_on()
804 acpi_enable_event(ACPI_EVENT_RTC, 0); in rtc_wake_on()
809 acpi_disable_event(ACPI_EVENT_RTC, 0); in rtc_wake_off()
875 status = acpi_get_event_status(ACPI_EVENT_RTC, &rtc_status); in cmos_check_acpi_rtc_status()
H A Drtc-loongson.c338 acpi_install_fixed_event_handler(ACPI_EVENT_RTC, in loongson_rtc_probe()
363 acpi_remove_fixed_event_handler(ACPI_EVENT_RTC, in loongson_rtc_remove()
/linux-6.15/include/acpi/
H A Dactypes.h725 #define ACPI_EVENT_RTC 4 macro
/linux-6.15/drivers/acpi/
H A Dsysfs.c897 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()