Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dclass.c319 rtc->offset_secs = rtc->start_secs - rtc->range_min; in rtc_device_get_offset()
321 rtc->offset_secs = range_secs; in rtc_device_get_offset()
323 rtc->offset_secs = -range_secs; in rtc_device_get_offset()
325 rtc->offset_secs = 0; in rtc_device_get_offset()
H 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()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c49 unsigned int offset_secs; member
/OK3568_Linux_fs/kernel/include/linux/
H A Drtc.h133 time64_t offset_secs; member