Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dntp_internal.h13 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
H A Dntp.c1040 void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in __hardpps() argument
1045 pts_norm = pps_normalize_ts(*phase_ts); in __hardpps()
H A Dtimekeeping.c3025 * @phase_ts: Pointer to timespec64 structure representing phase timestamp in ktime_get_aux()
3028 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in ktime_get_aux()
3031 __hardpps(phase_ts, raw_ts); in ktime_get_aux()
2946 hardpps(const struct timespec64 * phase_ts,const struct timespec64 * raw_ts) hardpps() argument