Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtime64.h158 static __always_inline void timespec64_add_ns(struct timespec64 *a, u64 ns) in timespec64_add_ns() function
/linux/arch/arm/mach-omap1/
H A Dtimer32k.c202 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
/linux/kernel/time/
H A Dtimekeeping.c834 timespec64_add_ns(ts, nsecs); in ktime_get_real_ts64()
990 timespec64_add_ns(ts, nsec + tomono.tv_nsec); in ktime_get_ts64()
1660 timespec64_add_ns(ts, nsecs); in ktime_get_raw_ts64()
/linux/drivers/net/ethernet/sfc/siena/
H A 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/drivers/net/ethernet/sfc/
H A Dptp.c853 timespec64_add_ns(&limit, SYNCHRONISE_PERIOD_NS); in efx_ptp_send_times()
863 timespec64_add_ns(&update_time, SYNCHRONISATION_GRANULARITY_NS); in efx_ptp_send_times()
/linux/drivers/ptp/
H A 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()
H A Dptp_idt82p33.c436 timespec64_add_ns(&local_ts, dynamic_overhead_ns); in _idt82p33_settime()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c1196 timespec64_add_ns(&ts, ktime_to_ns(delta)); in igc_ptp_time_restore()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c1454 timespec64_add_ns(&pf->ptp_prev_hw_time, ktime_to_ns(delta)); in i40e_ptp_restore_hw_time()