Lines Matching full:seconds
48 /* IMPORTANT: the RTC only stores whole seconds. It is arbitrary
50 * seconds truncated. However, it is important that we use it to store
215 * The default is what most RTCs do: Increment seconds exactly one in rtc_allocate_device()
301 * If the start_secs is larger than the maximum seconds (rtc->range_max) in rtc_device_get_offset()
302 * supported by RTC hardware or the maximum seconds of new expanded in rtc_device_get_offset()
304 * rtc->range_min, which means the minimum seconds (rtc->range_min) of in rtc_device_get_offset()
306 * the offset seconds calculation formula should be: in rtc_device_get_offset()
309 * If the start_secs is larger than the minimum seconds (rtc->range_min) in rtc_device_get_offset()
314 * seconds of RTC hardware (rtc->range_min) should be mapped to in rtc_device_get_offset()
315 * rtc->range_max + 1, then the offset seconds formula should be: in rtc_device_get_offset()
318 * If the start_secs is less than the minimum seconds (rtc->range_min), in rtc_device_get_offset()
321 * offset seconds formula should be: in rtc_device_get_offset()
324 * Otherwise the offset seconds should be 0. in rtc_device_get_offset()