Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dntp.c899 void __hardpps(const struct timespec *phase_ts, const struct timespec *raw_ts) in __hardpps() argument
915 pps_fbase = *raw_ts; in __hardpps()
920 freq_norm = pps_normalize_ts(timespec_sub(*raw_ts, pps_fbase)); in __hardpps()
929 pps_fbase = *raw_ts; in __hardpps()
940 pps_fbase = *raw_ts; in __hardpps()
Dtimekeeping.c2044 void hardpps(const struct timespec *phase_ts, const struct timespec *raw_ts) in hardpps() argument
2051 __hardpps(phase_ts, raw_ts); in hardpps()