Lines Matching full:seconds
47 /* IMPORTANT: the RTC only stores whole seconds. It is arbitrary
49 * seconds truncated. However, it is important that we use it to store
219 * The default is what most RTCs do: Increment seconds exactly one in rtc_allocate_device()
305 * If the start_secs is larger than the maximum seconds (rtc->range_max) in rtc_device_get_offset()
306 * supported by RTC hardware or the maximum seconds of new expanded in rtc_device_get_offset()
308 * rtc->range_min, which means the minimum seconds (rtc->range_min) of in rtc_device_get_offset()
310 * the offset seconds calculation formula should be: in rtc_device_get_offset()
313 * If the start_secs is larger than the minimum seconds (rtc->range_min) in rtc_device_get_offset()
318 * seconds of RTC hardware (rtc->range_min) should be mapped to in rtc_device_get_offset()
319 * rtc->range_max + 1, then the offset seconds formula should be: in rtc_device_get_offset()
322 * If the start_secs is less than the minimum seconds (rtc->range_min), in rtc_device_get_offset()
325 * offset seconds formula should be: in rtc_device_get_offset()
328 * Otherwise the offset seconds should be 0. in rtc_device_get_offset()