Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dntp.c543 static inline bool rtc_tv_nsec_ok(unsigned long set_offset_nsec, in rtc_tv_nsec_ok() argument
550 .tv_nsec = set_offset_nsec}; in rtc_tv_nsec_ok()
595 if (*offset_nsec == rtc->set_offset_nsec) { in update_rtc()
600 *offset_nsec = rtc->set_offset_nsec; in update_rtc()
/openbmc/linux/include/linux/
H A Drtc.h143 unsigned long set_offset_nsec; member
/openbmc/linux/drivers/rtc/
H A Dclass.c219 rtc->set_offset_nsec = NSEC_PER_SEC + 5 * NSEC_PER_MSEC; in rtc_allocate_device()
H A Drtc-cmos.c1112 cmos_rtc.rtc->set_offset_nsec = NSEC_PER_SEC / 2; in cmos_do_probe()