Home
last modified time | relevance | path

Searched refs:raw_ts (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/time/
Dntp.c951 void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in __hardpps() argument
967 pps_fbase = *raw_ts; in __hardpps()
972 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
981 pps_fbase = *raw_ts; in __hardpps()
992 pps_fbase = *raw_ts; in __hardpps()
Dtimekeeping.c2027 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps() argument
2034 __hardpps(phase_ts, raw_ts); in hardpps()