Searched refs:ts3 (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/testing/selftests/timers/ |
D | freq-step.c | 51 struct timespec ts1, ts2, ts3; in get_sample() local 57 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample() 61 ts3.tv_sec -= mono_raw_base; in get_sample() 63 delay = diff_timespec(&ts3, &ts1); in get_sample()
|
/linux-5.19.10/drivers/pps/generators/ |
D | pps_gen_parport.c | 57 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 106 ktime_get_real_ts64(&ts3); in hrtimer_event() 111 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
|
/linux-5.19.10/drivers/ptp/ |
D | ptp_ocp.c | 305 struct ptp_ocp_ext_src *ts3; member 467 OCP_EXT_RESOURCE(ts3), 967 ext = bp->ts3; in ptp_ocp_enable() 3255 if (bp->ts3) { in ptp_ocp_summary_show() 3256 ts_reg = bp->ts3->mem; in ptp_ocp_summary_show() 3686 if (bp->ts3) in ptp_ocp_detach() 3687 ptp_ocp_unregister_ext(bp->ts3); in ptp_ocp_detach()
|