Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtime64.h55 # define ns_to_timespec64 ns_to_timespec macro
172 extern struct timespec64 ns_to_timespec64(const s64 nsec);
Dktime.h102 #define ktime_to_timespec64(kt) ns_to_timespec64((kt).tv64)
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.c121 *ts = ns_to_timespec64(ns); in stmmac_get_time()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c196 *ts = ns_to_timespec64(nsec); in xgbe_gettime()
/linux-4.1.27/kernel/time/
Dtime.c467 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64() function
484 EXPORT_SYMBOL(ns_to_timespec64);
Dtimekeeping.c1410 ts_delta = ns_to_timespec64(nsec); in timekeeping_resume()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dptp.c120 *ts = ns_to_timespec64(ns); in e1000e_phc_gettime()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c72 *ts = ns_to_timespec64(ns); in i40e_ptp_read()
162 struct timespec64 now, then = ns_to_timespec64(delta); in i40e_ptp_adjtime()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c179 *ts = ns_to_timespec64(ns); in mlx4_en_phc_gettime()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_ptp.c300 *ts = ns_to_timespec64(now); in fm10k_ptp_gettime()
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpts.c180 *ts = ns_to_timespec64(ns); in cpts_ptp_gettime()
/linux-4.1.27/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()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_ptp.c404 *ts = ns_to_timespec64(ns); in fec_ptp_gettime()
Dgianfar_ptp.c338 *ts = ns_to_timespec64(ns); in ptp_gianfar_gettime()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c293 *ts = ns_to_timespec64(ns); in ixgbe_ptp_gettime()
/linux-4.1.27/drivers/net/phy/
Ddp83640.c419 ts = ns_to_timespec64(delta); in ptp_dp83640_adjtime()
709 ts = ns_to_timespec64(diff); in recalibrate()
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c999 *ts = ns_to_timespec64(ns); in bfin_ptp_gettime()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13305 *ts = ns_to_timespec64(ns); in bnx2x_ptp_gettime()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c6230 *ts = ns_to_timespec64(ns); in tg3_ptp_gettime()