offset_secs       266 drivers/rtc/class.c 		rtc->offset_secs = rtc->start_secs - rtc->range_min;
offset_secs       268 drivers/rtc/class.c 		rtc->offset_secs = range_secs;
offset_secs       270 drivers/rtc/class.c 		rtc->offset_secs = -range_secs;
offset_secs       272 drivers/rtc/class.c 		rtc->offset_secs = 0;
offset_secs        27 drivers/rtc/interface.c 	if (!rtc->offset_secs)
offset_secs        43 drivers/rtc/interface.c 	rtc_time64_to_tm(secs + rtc->offset_secs, tm);
offset_secs        50 drivers/rtc/interface.c 	if (!rtc->offset_secs)
offset_secs        64 drivers/rtc/interface.c 	rtc_time64_to_tm(secs - rtc->offset_secs, tm);
offset_secs       146 include/linux/rtc.h 	time64_t offset_secs;