Searched refs:raw_ts (Results 1 – 3 of 3) sorted by relevance
13 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
1040 void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in __hardpps() argument1059 ntpdata->pps_fbase = *raw_ts; in __hardpps()1064 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, ntpdata->pps_fbase)); in __hardpps()1074 ntpdata->pps_fbase = *raw_ts; in __hardpps()1083 ntpdata->pps_fbase = *raw_ts; in __hardpps()
2789 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps() argument2792 __hardpps(phase_ts, raw_ts); in hardpps()