Searched refs:ns_to_timespec64 (Results 51 - 75 of 85) sorted by relevance

1234

/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c33 struct timespec64 ts = ns_to_timespec64(buf->buf.vb2_buf.timestamp);
/linux-master/drivers/ptp/
H A Dptp_qoriq.c273 *ts = ns_to_timespec64(ns);
H A Dptp_idt82p33.c474 ts = ns_to_timespec64(now_ns);
504 ts = ns_to_timespec64(ns);
H A Dptp_clockmatrix.c1055 ts = ns_to_timespec64(now);
1871 ts = ns_to_timespec64(delta);
1874 ts = ns_to_timespec64(-delta);
H A Dptp_fc3.c368 *ts = ns_to_timespec64(idtfc3->ns);
/linux-master/lib/kunit/
H A Dtest.c355 #define s_to_timespec64(s) ns_to_timespec64((s) * NSEC_PER_SEC)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c296 *ts = ns_to_timespec64(ns);
428 then = ns_to_timespec64(delta);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1912 *ts = ns_to_timespec64(time_ns);
1977 then = ns_to_timespec64(delta);
2696 ts = ns_to_timespec64(ptp->cached_phc_time + time_diff);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c230 *ts = ns_to_timespec64(nsec);
417 *ts = ns_to_timespec64(nsec);
/linux-master/drivers/net/phy/
H A Ddp83640.c417 ts = ns_to_timespec64(delta);
721 ts = ns_to_timespec64(diff);
H A Dbcm-phy-ptp.c318 ts = ns_to_timespec64(ns);
H A Dnxp-c45-tja11xx.c473 then = ns_to_timespec64(delta);
/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c460 struct timespec64 ts = ns_to_timespec64(ns);
503 struct timespec64 ts = ns_to_timespec64(ns);
/linux-master/kernel/time/
H A Dtimekeeping.c1611 *boot_offset = ns_to_timespec64(local_clock());
1812 ts_delta = ns_to_timespec64(nsec);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c546 *ts = ns_to_timespec64(now);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c127 ts = ns_to_timespec64(now + delta);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c759 ts = ns_to_timespec64(now + delta);
/linux-master/drivers/net/ethernet/ti/
H A Dcpts.c255 *ts = ns_to_timespec64(ns);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.c694 struct timespec64 ts = ns_to_timespec64(timestamp);
H A Dvpu_malone.c795 struct timespec64 ts = ns_to_timespec64(info->timestamp);
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1255 *audio_ts = ns_to_timespec64(nsec);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c328 *ts = ns_to_timespec64(ns);
/linux-master/sound/pci/hda/
H A Dhda_controller.c516 *audio_ts = ns_to_timespec64(nsec);
/linux-master/drivers/net/phy/mscc/
H A Dmscc_ptp.c760 ts = ns_to_timespec64(now + delta);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c1100 ts = ns_to_timespec64(pfvf->ptp->tstamp);

Completed in 342 milliseconds

1234