Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dptp_clock_kernel.h48 * @pre_ts: system timestamp before capturing PHC
53 struct timespec64 pre_ts; member
481 ktime_get_clock_ts64(sts->clockid, &sts->pre_ts); in ptp_read_system_prets()
/linux/drivers/ptp/
H A Dptp_vmclock.c128 * from ktime_get_snapshot() will still be used as pre_ts, and in vmclock_get_crosststamp()
177 sts->pre_ts = ktime_to_timespec64(systime_snapshot.real); in vmclock_get_crosststamp()
179 sts->post_ts = sts->pre_ts; in vmclock_get_crosststamp()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2340 t1 = timespec64_to_ns(&ptp_sts_before.pre_ts); in sja1105_static_config_reload()
2342 t3 = timespec64_to_ns(&ptp_sts_after.pre_ts); in sja1105_static_config_reload()