Home
last modified time | relevance | path

Searched refs:timespec64_add_ns (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/include/linux/
Dtime64.h158 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
/Linux-v6.6/arch/arm/mach-omap1/
Dtimer32k.c202 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
/Linux-v6.6/kernel/time/
Dtimekeeping.c832 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/
Dina2xx-adc.c822 timespec64_add_ns(&next, 1000 * sampling_us); in ina2xx_capture_thread()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dptp.c847 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/
Dptp.c866 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/
Digc_ptp.c1143 timespec64_add_ns(&ts, ktime_to_ns(delta)); in igc_ptp_time_restore()
/Linux-v6.6/drivers/ptp/
Dptp_clockmatrix.c756 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()
Dptp_idt82p33.c436 timespec64_add_ns(&local_ts, dynamic_overhead_ns); in _idt82p33_settime()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c1453 timespec64_add_ns(&pf->ptp_prev_hw_time, ktime_to_ns(delta)); in i40e_ptp_restore_hw_time()