Home
last modified time | relevance | path

Searched refs:timespec64_to_ns (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/include/linux/
Dtime64.h73 # define timespec64_to_ns timespec_to_ns macro
198 static inline s64 timespec64_to_ns(const struct timespec64 *ts) in timespec64_to_ns() function
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c210 nsec = timespec64_to_ns(ts); in xgbe_settime()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dptp.c141 ns = timespec64_to_ns(ts); in e1000e_phc_settime()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c197 u64 ns = timespec64_to_ns(ts); in mlx4_en_phc_settime()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ptp.c311 u64 ns = timespec64_to_ns(ts); in fm10k_ptp_settime()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c748 args->cpu_clock_counter = (uint64_t)timespec64_to_ns(&time); in kfd_ioctl_get_clock_counters()
751 args->system_clock_counter = (uint64_t)timespec64_to_ns(&time); in kfd_ioctl_get_clock_counters()
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpts.c192 ns = timespec64_to_ns(ts); in cpts_ptp_settime()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ptp.c329 ns = timespec64_to_ns(ts); in igb_ptp_settime_82576()
526 ns = timespec64_to_ns(&ts); in igb_ptp_feature_enable_i210()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c86 u64 ns = timespec64_to_ns(ts); in i40e_ptp_write()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_ptp.c433 ns = timespec64_to_ns(ts); in fec_ptp_settime()
Dgianfar_ptp.c350 ns = timespec64_to_ns(ts); in ptp_gianfar_settime()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c314 ns = timespec64_to_ns(ts); in ixgbe_ptp_settime()
/linux-4.4.14/drivers/net/ethernet/adi/
Dbfin_mac.c1012 ns = timespec64_to_ns(ts); in bfin_ptp_settime()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c1893 rc = efx_phc_adjtime(ptp, timespec64_to_ns(&delta)); in efx_phc_settime()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13735 ns = timespec64_to_ns(ts); in bnx2x_ptp_settime()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c6241 ns = timespec64_to_ns(ts); in tg3_ptp_settime()