Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_clockmatrix.c701 struct timespec64 local_ts = *ts; in _idtcm_set_dpll_hw_tod() local
719 err = timespec_to_char_array(&local_ts, buf, sizeof(buf)); in _idtcm_set_dpll_hw_tod()
744 timespec64_add_ns(&local_ts, total_overhead_ns); in _idtcm_set_dpll_hw_tod()
749 err = timespec_to_char_array(&local_ts, buf, sizeof(buf)); in _idtcm_set_dpll_hw_tod()
767 struct timespec64 local_ts = *ts; in _idtcm_set_dpll_scsr_tod() local
770 timespec64_add_ns(&local_ts, SETTIME_CORRECTION); in _idtcm_set_dpll_scsr_tod()
772 err = timespec_to_char_array(&local_ts, buf, sizeof(buf)); in _idtcm_set_dpll_scsr_tod()
H A Dptp_idt82p33.c407 struct timespec64 local_ts = *ts; in _idt82p33_settime() local
424 timespec64_add_ns(&local_ts, dynamic_overhead_ns); in _idt82p33_settime()
429 idt82p33_timespec_to_byte_array(&local_ts, buf); in _idt82p33_settime()