Searched refs:ns_to_timespec64 (Results 26 - 50 of 85) sorted by relevance

1234

/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c224 ts = ns_to_timespec64(delta);
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_ptp.c133 ts = ns_to_timespec64(now + delta);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c219 *ts = ns_to_timespec64(ns);
/linux-master/fs/adfs/
H A Dinode.c201 *tv = ns_to_timespec64(nsec);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c312 ts = ns_to_timespec64(time);
335 *ts = ns_to_timespec64(ns);
351 ts = ns_to_timespec64(ns);
910 ns_to_timespec64(ptp_event.timestamp);
/linux-master/include/media/
H A Dv4l2-common.h590 struct timespec64 ts = ns_to_timespec64(timestamp);
/linux-master/drivers/ptp/
H A Dptp_dte.c179 *ts = ns_to_timespec64(dte_read_nco_with_ovf(ptp_dte));
H A Dptp_pch.c379 *ts = ns_to_timespec64(ns);
H A Dptp_clock.c58 offset_ts = ns_to_timespec64(src->offset);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c135 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c326 pevent.pps_times.ts_real = ns_to_timespec64(pevent.timestamp);
526 *ts = ns_to_timespec64(ns);
713 ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c94 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c327 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dptp.c253 *ts = ns_to_timespec64(ns);
/linux-master/fs/pstore/
H A Dplatform.c270 record->time = ns_to_timespec64(ktime_get_real_fast_ns());
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-event.c48 ts = ns_to_timespec64(kev->ts);
/linux-master/net/dsa/
H A Dtag_ksz.c224 ts = ns_to_timespec64(-correction >> 16);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c304 ts = ns_to_timespec64(clock_edge);
586 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_ptp.c672 next = ns_to_timespec64(next_ns);
774 struct timespec64 delta64 = ns_to_timespec64(delta);
781 /* do not use ns_to_timespec64(),
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c436 *ts = ns_to_timespec64(ns);
597 ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c77 struct timespec64 now, then = ns_to_timespec64(delta);
323 ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c162 *ts = ns_to_timespec64(ns);
262 event.pps_times.ts_real = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c443 struct timespec64 ts = ns_to_timespec64(ns);
473 struct timespec64 ts = ns_to_timespec64(ns);
516 struct timespec64 ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c429 *ts = ns_to_timespec64(ns);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c554 ts = ns_to_timespec64(now + delta);

Completed in 252 milliseconds

1234