Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local
70 ktime_get_real_ts64(&ts3); in measure_clock()
77 delta_us = timespec_to_us(&ts4) - timespec_to_us(&ts3); in measure_clock()
85 delta_us = timespec_to_us(&ts3) - timespec_to_us(&ts1); in measure_clock()
/linux/tools/testing/selftests/timers/
H A Dfreq-step.c51 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/drivers/ptp/
H A Dptp_ocp.c382 struct ptp_ocp_ext_src *ts3; member
574 OCP_EXT_RESOURCE(ts3),
827 OCP_EXT_RESOURCE(ts3),
1107 OCP_EXT_RESOURCE(ts3),
1657 ext = bp->ts3; in ptp_ocp_enable()
4474 if (bp->ts3) { in ptp_ocp_summary_show()
4475 ts_reg = bp->ts3->mem; in ptp_ocp_summary_show()
4881 if (bp->ts3) in ptp_ocp_detach()
4882 ptp_ocp_ts_enable(bp->ts3, 0, false); in ptp_ocp_detach()
4893 ptp_ocp_unregister_ext(bp->ts3); in ptp_ocp_detach()