Home
last modified time | relevance | path

Searched refs:local_ts (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/ptp/
Dptp_clockmatrix.c713 struct timespec64 local_ts = *ts; in _idtcm_set_dpll_hw_tod() local
731 err = timespec_to_char_array(&local_ts, buf, sizeof(buf)); in _idtcm_set_dpll_hw_tod()
756 timespec64_add_ns(&local_ts, total_overhead_ns); in _idtcm_set_dpll_hw_tod()
761 err = timespec_to_char_array(&local_ts, buf, sizeof(buf)); in _idtcm_set_dpll_hw_tod()
779 struct timespec64 local_ts = *ts; in _idtcm_set_dpll_scsr_tod() local
782 timespec64_add_ns(&local_ts, SETTIME_CORRECTION); in _idtcm_set_dpll_scsr_tod()
784 err = timespec_to_char_array(&local_ts, buf, sizeof(buf)); in _idtcm_set_dpll_scsr_tod()
Dptp_idt82p33.c419 struct timespec64 local_ts = *ts; in _idt82p33_settime() local
436 timespec64_add_ns(&local_ts, dynamic_overhead_ns); in _idt82p33_settime()
441 idt82p33_timespec_to_byte_array(&local_ts, buf); in _idt82p33_settime()