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
513 ktime_get_clock_ts64(sts->clockid, &sts->pre_ts); in ptp_read_system_prets()
/linux/drivers/ptp/
H A Dptp_chardev.c389 if (sts.pre_ts.tv_sec < 0 || sts.post_ts.tv_sec < 0) in ptp_sys_offset_extended()
392 extoff->ts[i][0].sec = sts.pre_ts.tv_sec; in ptp_sys_offset_extended()
393 extoff->ts[i][0].nsec = sts.pre_ts.tv_nsec; in ptp_sys_offset_extended()
H A Dptp_vmclock.c184 sts->pre_ts = ktime_to_timespec64(systime_snapshot.real); in vmclock_get_crosststamp()
186 sts->post_ts = sts->pre_ts; in vmclock_get_crosststamp()
H A Dptp_ocp.c4289 pre_ns = timespec64_to_ns(&sts.pre_ts); in ptp_ocp_summary_show()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2313 t1 = timespec64_to_ns(&ptp_sts_before.pre_ts); in sja1105_static_config_reload()
2315 t3 = timespec64_to_ns(&ptp_sts_after.pre_ts); in sja1105_static_config_reload()