Home
last modified time | relevance | path

Searched refs:offset_secs (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/rtc/
A Dclass.c328 rtc->offset_secs = rtc->start_secs - rtc->range_min; in rtc_device_get_offset()
330 rtc->offset_secs = range_secs; in rtc_device_get_offset()
332 rtc->offset_secs = -range_secs; in rtc_device_get_offset()
334 rtc->offset_secs = 0; in rtc_device_get_offset()
A Dinterface.c27 if (!rtc->offset_secs) in rtc_add_offset()
43 rtc_time64_to_tm(secs + rtc->offset_secs, tm); in rtc_add_offset()
50 if (!rtc->offset_secs) in rtc_subtract_offset()
64 rtc_time64_to_tm(secs - rtc->offset_secs, tm); in rtc_subtract_offset()
/linux-6.3-rc2/include/linux/
A Drtc.h150 time64_t offset_secs; member

Completed in 6 milliseconds