Searched refs:alarm_offset_max (Results 1 – 6 of 6) sorted by relevance
230 farest = rtc_tm_to_time64(&tm_now) + rtc->rtcdev->alarm_offset_max; in rzn1_rtc_set_alarm()354 rtc->rtcdev->alarm_offset_max = 7 * 86400; in rzn1_rtc_probe()
339 if ((later - now) > ds1305->rtc->alarm_offset_max) in ds1305_set_alarm()694 ds1305->rtc->alarm_offset_max = 24 * 60 * 60; in ds1305_probe()
1033 cmos_rtc.rtc->alarm_offset_max = SECS_PER_YEAR - 1; in cmos_do_probe()1035 cmos_rtc.rtc->alarm_offset_max = SECS_PER_MONTH - 1; in cmos_do_probe()1037 cmos_rtc.rtc->alarm_offset_max = SECS_PER_DAY - 1; in cmos_do_probe()
255 rtc->rtc->alarm_offset_max = ALM1_VALID_RANGE_IN_SEC; in tps6586x_rtc_probe()
361 cros_ec_rtc->rtc->alarm_offset_max = SECS_PER_DAY - 1; in cros_ec_rtc_probe()
149 timeu64_t alarm_offset_max; member