Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dptp_clock_kernel.h53 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_chardev.c354 if (sts.pre_ts.tv_sec < 0 || sts.post_ts.tv_sec < 0) in ptp_sys_offset_extended()
357 extoff->ts[i][0].sec = sts.pre_ts.tv_sec; in ptp_sys_offset_extended()
358 extoff->ts[i][0].nsec = sts.pre_ts.tv_nsec; in ptp_sys_offset_extended()
H A Dptp_vmclock.c177 sts->pre_ts = ktime_to_timespec64(systime_snapshot.real); in vmclock_get_crosststamp()
179 sts->post_ts = sts->pre_ts; in vmclock_get_crosststamp()
H A Dptp_ocp.c4286 pre_ns = timespec64_to_ns(&sts.pre_ts); in ptp_ocp_summary_show()
/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()