Searched refs:local_ts (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/ptp/
H A Dptp_idt82p33.c419 struct timespec64 local_ts = *ts; local
436 timespec64_add_ns(&local_ts, dynamic_overhead_ns);
441 idt82p33_timespec_to_byte_array(&local_ts, buf);
H A Dptp_clockmatrix.c713 struct timespec64 local_ts = *ts; local
731 err = timespec_to_char_array(&local_ts, buf, sizeof(buf));
756 timespec64_add_ns(&local_ts, total_overhead_ns);
761 err = timespec_to_char_array(&local_ts, buf, sizeof(buf));
779 struct timespec64 local_ts = *ts; local
782 timespec64_add_ns(&local_ts, SETTIME_CORRECTION);
784 err = timespec_to_char_array(&local_ts, buf, sizeof(buf));

Completed in 206 milliseconds