Home
last modified time | relevance | path

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

/kernel/time/
Dntp.c1030 void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in __hardpps() argument
1046 pps_fbase = *raw_ts; in __hardpps()
1051 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
1060 pps_fbase = *raw_ts; in __hardpps()
1071 pps_fbase = *raw_ts; in __hardpps()
Dntp_internal.h14 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
Dtimekeeping.c2499 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps() argument
2506 __hardpps(phase_ts, raw_ts); in hardpps()