Lines Matching full:alarms
298 /* Basic alarms only support hour, minute, and seconds fields. in cmos_read_alarm()
299 * Some also support day and month, for alarms up to a year in in cmos_read_alarm()
423 "Alarms can be up to one day in the future\n"); in cmos_validate_alarm()
447 "Alarms can be up to one month in the future\n"); in cmos_validate_alarm()
466 "Alarms can be up to one year in the future\n"); in cmos_validate_alarm()
728 /* All Linux RTC alarms should be treated as if they were oneshot. in cmos_interrupt()
1131 cmos_no_alarm(&cmos_rtc) ? "no alarms" : in cmos_do_probe()
1132 cmos_rtc.mon_alrm ? "alarms up to one year" : in cmos_do_probe()
1133 cmos_rtc.day_alrm ? "alarms up to one month" : in cmos_do_probe()
1134 "alarms up to one day", in cmos_do_probe()
1280 /* We want RTC alarms to wake us from e.g. ACPI G2/S5 "soft off", even