Searched refs:timespec64_add_ns (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/include/linux/ |
D | time64.h | 158 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
|
/Linux-v6.6/arch/arm/mach-omap1/ |
D | timer32k.c | 202 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
|
/Linux-v6.6/kernel/time/ |
D | timekeeping.c | 832 timespec64_add_ns(ts, nsecs); in ktime_get_real_ts64() 988 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64() 1531 timespec64_add_ns(ts, nsecs); in ktime_get_raw_ts64()
|
/Linux-v6.6/drivers/iio/adc/ |
D | ina2xx-adc.c | 822 timespec64_add_ns(&next, 1000 * sampling_us); in ina2xx_capture_thread()
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | ptp.c | 847 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times() 857 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
|
/Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 866 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times() 876 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
|
/Linux-v6.6/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 1143 timespec64_add_ns(&ts, ktime_to_ns(delta)); in igc_ptp_time_restore()
|
/Linux-v6.6/drivers/ptp/ |
D | ptp_clockmatrix.c | 756 timespec64_add_ns(&local_ts, total_overhead_ns); in _idtcm_set_dpll_hw_tod() 782 timespec64_add_ns(&local_ts, SETTIME_CORRECTION); in _idtcm_set_dpll_scsr_tod()
|
D | ptp_idt82p33.c | 436 timespec64_add_ns(&local_ts, dynamic_overhead_ns); in _idt82p33_settime()
|
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 1453 timespec64_add_ns(&pf->ptp_prev_hw_time, ktime_to_ns(delta)); in i40e_ptp_restore_hw_time()
|