Home
last modified time | relevance | path

Searched refs:ts_raw (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dpps_kernel.h51 struct timespec ts_raw; member
118 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()
Dtimekeeping.h259 extern void getnstime_raw_and_real(struct timespec *ts_raw,
/linux-4.1.27/drivers/pps/
Dkc.c120 hardpps(&ts->ts_real, &ts->ts_raw); in pps_kc_event()
/linux-4.1.27/kernel/time/
Dtimekeeping.c859 void getnstime_raw_and_real(struct timespec *ts_raw, struct timespec *ts_real) in getnstime_raw_and_real() argument
870 *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()