Home
last modified time | relevance | path

Searched refs:ns_to_timespec64 (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/include/linux/
Dtime64.h74 # define ns_to_timespec64 ns_to_timespec macro
209 extern struct timespec64 ns_to_timespec64(const s64 nsec);
Dktime.h102 #define ktime_to_timespec64(kt) ns_to_timespec64((kt).tv64)
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.c121 *ts = ns_to_timespec64(ns); in stmmac_get_time()
/linux-4.4.14/kernel/time/
Dtime.c469 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64() function
486 EXPORT_SYMBOL(ns_to_timespec64);
Dtimekeeping.c1409 ts_delta = ns_to_timespec64(nsec); in timekeeping_resume()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c196 *ts = ns_to_timespec64(nsec); in xgbe_gettime()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dptp.c120 *ts = ns_to_timespec64(ns); in e1000e_phc_gettime()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c71 *ts = ns_to_timespec64(ns); in i40e_ptp_read()
161 struct timespec64 now, then = ns_to_timespec64(delta); in i40e_ptp_adjtime()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_ptp.c165 ts = ns_to_timespec64(ns); in fec_ptp_enable_pps()
403 *ts = ns_to_timespec64(ns); in fec_ptp_gettime()
Dgianfar_ptp.c338 *ts = ns_to_timespec64(ns); in ptp_gianfar_gettime()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c179 *ts = ns_to_timespec64(ns); in mlx4_en_phc_gettime()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ptp.c273 struct timespec64 now, then = ns_to_timespec64(delta); in igb_ptp_adjtime_i210()
300 *ts = ns_to_timespec64(ns); in igb_ptp_gettime_82576()
533 ts = ns_to_timespec64(ns); in igb_ptp_feature_enable_i210()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ptp.c301 *ts = ns_to_timespec64(now); in fm10k_ptp_gettime()
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpts.c180 *ts = ns_to_timespec64(ns); in cpts_ptp_gettime()
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_ptp.c144 ts = ns_to_timespec64(now + delta); in ravb_ptp_adjtime()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c293 *ts = ns_to_timespec64(ns); in ixgbe_ptp_gettime()
/linux-4.4.14/drivers/net/phy/
Ddp83640.c420 ts = ns_to_timespec64(delta); in ptp_dp83640_adjtime()
710 ts = ns_to_timespec64(diff); in recalibrate()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c404 struct timespec64 ts = ns_to_timespec64(ns); in efx_ptp_ns_to_s_ns()
434 struct timespec64 ts = ns_to_timespec64(ns); in efx_ptp_ns_to_s27()
/linux-4.4.14/drivers/net/ethernet/adi/
Dbfin_mac.c999 *ts = ns_to_timespec64(ns); in bfin_ptp_gettime()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13724 *ts = ns_to_timespec64(ns); in bnx2x_ptp_gettime()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c6230 *ts = ns_to_timespec64(ns); in tg3_ptp_gettime()