Searched refs:ts_raw (Results 1 – 4 of 4) sorted by relevance
51 struct timespec ts_raw; member118 getnstime_raw_and_real(&ts->ts_raw, &ts->ts_real); in pps_get_ts()135 ts->ts_raw = timespec_sub(ts->ts_raw, delta); in pps_sub_ts()
259 extern void getnstime_raw_and_real(struct timespec *ts_raw,
120 hardpps(&ts->ts_real, &ts->ts_raw); in pps_kc_event()
859 void getnstime_raw_and_real(struct timespec *ts_raw, struct timespec *ts_real) in getnstime_raw_and_real() argument870 *ts_raw = timespec64_to_timespec(tk->raw_time); in getnstime_raw_and_real()879 timespec_add_ns(ts_raw, nsecs_raw); in getnstime_raw_and_real()