Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Dsystohc.c47 ok = rtc_tv_nsec_ok(rtc->set_offset_nsec, &to_set, &now); in rtc_set_ntp_time()
/Linux-v5.4/include/linux/
Drtc.h227 static inline bool rtc_tv_nsec_ok(s64 set_offset_nsec, in rtc_tv_nsec_ok() function
/Linux-v5.4/kernel/time/
Dntp.c588 if (rtc_tv_nsec_ok(-1 * target_nsec, &adjust, &now)) { in sync_cmos_clock()