Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/rtc/
Drtc-cmos.c782 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, &rtc_status); in cmos_check_acpi_rtc_status()
Drtc-loongson.c335 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()
/linux-6.6.21/include/acpi/
Dactypes.h725 #define ACPI_EVENT_RTC 4 macro
/linux-6.6.21/drivers/acpi/
Dsysfs.c897 else if (i == num_gpes + ACPI_EVENT_RTC) in acpi_irq_stats_init()