Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dptp_clock_kernel.h51 struct timespec64 post_ts; member
411 ktime_get_real_ts64(&sts->post_ts); in ptp_read_system_postts()
/linux-6.1.9/drivers/ptp/
Dptp_chardev.c317 extoff->ts[i][2].sec = sts.post_ts.tv_sec; in ptp_ioctl()
318 extoff->ts[i][2].nsec = sts.post_ts.tv_nsec; in ptp_ioctl()
Dptp_ocp.c809 s64 ns = timespec64_to_ns(&sts->post_ts); in __ptp_ocp_gettime_locked()
811 sts->post_ts = ns_to_timespec64(ns - bp->ts_window_adjust); in __ptp_ocp_gettime_locked()
3380 post_ns = timespec64_to_ns(&sts.post_ts); in ptp_ocp_summary_show()
/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_main.c2287 t2 = timespec64_to_ns(&ptp_sts_before.post_ts); in sja1105_static_config_reload()
2289 t4 = timespec64_to_ns(&ptp_sts_after.post_ts); in sja1105_static_config_reload()