Home
last modified time | relevance | path

Searched refs:alarm_offset_max (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Drtc.h149 timeu64_t alarm_offset_max; member
238 if (rtc->alarm_offset_max && in rtc_bound_alarmtime()
239 rtc->alarm_offset_max * MSEC_PER_SEC < ktime_to_ms(requested)) in rtc_bound_alarmtime()
240 return ms_to_ktime(rtc->alarm_offset_max * MSEC_PER_SEC); in rtc_bound_alarmtime()
/linux/drivers/rtc/
H A Drtc-rzn1.c206 farest = rtc_tm_to_time64(&tm_now) + rtc->rtcdev->alarm_offset_max; in rzn1_rtc_set_alarm()
330 rtc->rtcdev->alarm_offset_max = 7 * 86400; in rzn1_rtc_probe()
H A Drtc-ds1305.c339 if ((later - now) > ds1305->rtc->alarm_offset_max) in ds1305_set_alarm()
694 ds1305->rtc->alarm_offset_max = 24 * 60 * 60; in ds1305_probe()
H A Drtc-cmos.c1030 cmos_rtc.rtc->alarm_offset_max = SECS_PER_YEAR - 1; in cmos_do_probe()
1032 cmos_rtc.rtc->alarm_offset_max = SECS_PER_MONTH - 1; in cmos_do_probe()
1034 cmos_rtc.rtc->alarm_offset_max = SECS_PER_DAY - 1; in cmos_do_probe()
H A Drtc-tps6586x.c255 rtc->rtc->alarm_offset_max = ALM1_VALID_RANGE_IN_SEC; in tps6586x_rtc_probe()
H A Drtc-ds1511.c326 ds1511->rtc->alarm_offset_max = 28 * 24 * 60 * 60 - 1; in ds1511_rtc_probe()
H A Drtc-cros-ec.c362 cros_ec_rtc->rtc->alarm_offset_max = SECS_PER_DAY - 1; in cros_ec_rtc_probe()
H A Drtc-max31335.c627 max31335->rtc->alarm_offset_max = 24 * 60 * 60; in max31335_probe()