Symbol: timespec64_to_ns
arch/arm/xen/enlighten.c
124
op.u.settime64.system_time = timespec64_to_ns(&system_time);
drivers/crypto/intel/qat/qat_common/adf_clock.c
25
return (u64)DIV_ROUND_CLOSEST_ULL(timespec64_to_ns(ts), NSEC_PER_USEC);
drivers/crypto/intel/qat/qat_common/adf_clock.c
30
return (u64)DIV_ROUND_CLOSEST_ULL(timespec64_to_ns(ts), NSEC_PER_MSEC);
drivers/iio/adc/ina2xx-adc.c
823
delay_us = div_s64(timespec64_to_ns(&delta), 1000);
drivers/iio/industrialio-core.c
335
return timespec64_to_ns(&tp);
drivers/media/platform/amphion/vpu_malone.c
988
info->timestamp = timespec64_to_ns(&ts);
drivers/media/platform/amphion/vpu_windsor.c
737
info->timestamp = timespec64_to_ns(&ts);
drivers/mmc/core/mmc_test.c
508
ns = timespec64_to_ns(ts);
drivers/net/dsa/microchip/ksz_ptp.c
222
cycle_width_ns = timespec64_to_ns(&ptp_data->perout_period);
drivers/net/dsa/microchip/ksz_ptp.c
648
now_ns = timespec64_to_ns(&now);
drivers/net/dsa/microchip/ksz_ptp.c
649
first_ns = timespec64_to_ns(&ptp_data->perout_target_time_first);
drivers/net/dsa/microchip/ksz_ptp.c
652
period_ns = timespec64_to_ns(&ptp_data->perout_period);
drivers/net/dsa/mv88e6xxx/ptp.c
302
ns = timespec64_to_ns(ts);
drivers/net/dsa/sja1105/sja1105_main.c
2313
t1 = timespec64_to_ns(&ptp_sts_before.pre_ts);
drivers/net/dsa/sja1105/sja1105_main.c
2314
t2 = timespec64_to_ns(&ptp_sts_before.post_ts);
drivers/net/dsa/sja1105/sja1105_main.c
2315
t3 = timespec64_to_ns(&ptp_sts_after.pre_ts);
drivers/net/dsa/sja1105/sja1105_main.c
2316
t4 = timespec64_to_ns(&ptp_sts_after.post_ts);
drivers/net/dsa/sja1105/sja1105_ptp.c
597
u64 ns = timespec64_to_ns(ts);
drivers/net/dsa/sja1105/sja1105_ptp.c
749
u64 pin_duration = timespec64_to_ns(&pin_duration_ts);
drivers/net/dsa/sja1105/sja1105_ptp.c
750
u64 pin_start = timespec64_to_ns(&pin_start_ts);
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
346
u64 ns = timespec64_to_ns(ts);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13777
ns = timespec64_to_ns(ts);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
1075
ns = timespec64_to_ns(&tsp);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
452
target_ns = timespec64_to_ns(&ts);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
64
u64 ns = timespec64_to_ns(ts);
drivers/net/ethernet/broadcom/tg3.c
6227
ns = timespec64_to_ns(ts);
drivers/net/ethernet/cavium/common/cavium_ptp.c
191
nsec = timespec64_to_ns(ts);
drivers/net/ethernet/cavium/liquidio/lio_main.c
1599
ns = timespec64_to_ns(ts);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c
356
ns = timespec64_to_ns(ts);
drivers/net/ethernet/engleder/tsnep_ptp.c
157
u64 system_time = timespec64_to_ns(ts);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
844
*ns = cpu_to_le64(timespec64_to_ns(&ts) /
drivers/net/ethernet/freescale/fec_ptp.c
489
ns = timespec64_to_ns(ts);
drivers/net/ethernet/freescale/fec_ptp.c
550
period_ns = timespec64_to_ns(&period);
drivers/net/ethernet/freescale/fec_ptp.c
567
perout_stime = timespec64_to_ns(&start_time);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c
190
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/intel/e1000e/ptp.c
200
ns = timespec64_to_ns(ts);
drivers/net/ethernet/intel/i40e/i40e_ptp.c
311
u64 ns = timespec64_to_ns(ts);
drivers/net/ethernet/intel/i40e/i40e_ptp.c
383
ns = timespec64_to_ns(&now);
drivers/net/ethernet/intel/ice/ice_ptp.c
1019
u64 ns = timespec64_to_ns(ts);
drivers/net/ethernet/intel/idpf/idpf_ptp.c
428
ns = timespec64_to_ns(ts);
drivers/net/ethernet/intel/igb/igb_main.c
6958
s64 ns = timespec64_to_ns(&adapter->perout[tsintr_tt].period);
drivers/net/ethernet/intel/igb/igb_ptp.c
344
ns = timespec64_to_ns(ts);
drivers/net/ethernet/intel/igb/igb_ptp.c
553
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/intel/igb/igb_ptp.c
702
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/intel/igc/igc_ptp.c
304
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
356
return (u64)timespec64_to_ns(&ts);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
428
timestamp = timespec64_to_ns(&systime);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
577
stamp = timespec64_to_ns(ts);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
610
u64 ns = timespec64_to_ns(ts);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c
125
nsec = timespec64_to_ns(ts);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c
265
nsec = timespec64_to_ns(ts);
drivers/net/ethernet/mellanox/mlx4/en_clock.c
203
u64 ns = timespec64_to_ns(ts);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
1155
target_ns = timespec64_to_ns(&ts);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
519
timecounter_init(&timer->tc, &timer->cycles, timespec64_to_ns(ts));
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
602
ns = timespec64_to_ns(&ts) + delta;
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
802
target_ns = timespec64_to_ns(&ts);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
820
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
843
out_pulse_duration = (u32)timespec64_to_ns(&ts);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
850
out_pulse_duration = (u32)timespec64_to_ns(&ts) >> 1;
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
875
if (timespec64_to_ns(&ts) < pps_info->min_npps_period) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
240
u64 nsec = timespec64_to_ns(ts);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
428
u64 nsec = timespec64_to_ns(ts);
drivers/net/ethernet/meta/fbnic/fbnic_time.c
191
host_ns = timespec64_to_ns(ts);
drivers/net/ethernet/microchip/lan743x_ptp.c
1120
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/microchip/lan743x_ptp.c
1153
ns = timespec64_to_ns(&ts);
drivers/net/ethernet/microchip/lan743x_ptp.c
519
wf_high = timespec64_to_ns(&ts_on);
drivers/net/ethernet/microchip/lan743x_ptp.c
522
period64 = timespec64_to_ns(&ts_period);
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
885
wf_high = timespec64_to_ns(&ts_on);
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
910
wf_low = timespec64_to_ns(&ts_period);
drivers/net/ethernet/mscc/ocelot_ptp.c
265
wf_high = timespec64_to_ns(&ts_on);
drivers/net/ethernet/mscc/ocelot_ptp.c
270
wf_high = timespec64_to_ns(&ts_period);
drivers/net/ethernet/mscc/ocelot_ptp.c
275
wf_low = timespec64_to_ns(&ts_period);
drivers/net/ethernet/pensando/ionic/ionic_phc.c
407
ns = timespec64_to_ns(ts);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
109
ns = timespec64_to_ns(ts);
drivers/net/ethernet/sfc/ptp.c
2181
rc = efx_phc_adjtime(ptp, timespec64_to_ns(&delta));
drivers/net/ethernet/sfc/siena/ptp.c
2139
rc = efx_phc_adjtime(ptp, timespec64_to_ns(&delta));
drivers/net/ethernet/ti/am65-cpts.c
572
ns = timespec64_to_ns(ts);
drivers/net/ethernet/ti/am65-cpts.c
667
ns_period = timespec64_to_ns(&ts);
drivers/net/ethernet/ti/am65-cpts.c
673
ns_start = timespec64_to_ns(&ts);
drivers/net/ethernet/ti/cpts.c
266
ns = timespec64_to_ns(ts);
drivers/net/ethernet/ti/icssg/icss_iep.c
377
ns = timespec64_to_ns(ts);
drivers/net/ethernet/ti/icssg/icss_iep.c
434
ns_width = timespec64_to_ns(&ts);
drivers/net/ethernet/ti/icssg/icss_iep.c
439
ns_start = timespec64_to_ns(&ts);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
536
ns_period = timespec64_to_ns(&ts);
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
120
ns = timespec64_to_ns(ts);
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
445
wx->pps_width = timespec64_to_ns(&ts_on);
drivers/net/ethernet/xscale/ptp_ixp46x.c
179
ns = timespec64_to_ns(ts);
drivers/net/phy/bcm-phy-ptp.c
279
ns = timespec64_to_ns(ts);
drivers/net/phy/bcm-phy-ptp.c
317
ns = timespec64_to_ns(&ts) + delta_ns;
drivers/net/phy/bcm-phy-ptp.c
560
ns = timespec64_to_ns(&ts);
drivers/net/phy/bcm-phy-ptp.c
654
event.timestamp = timespec64_to_ns(&ts);
drivers/net/phy/micrel.c
3783
on_nsec = timespec64_to_ns(&ts_on);
drivers/net/phy/micrel.c
3787
period_nsec = timespec64_to_ns(&ts_period);
drivers/net/phy/micrel.c
5686
on_nsec = timespec64_to_ns(&ts_on);
drivers/net/phy/micrel.c
5690
period_nsec = timespec64_to_ns(&ts_period);
drivers/net/phy/microchip_rds_ptp.c
86
ts_on_nsec = timespec64_to_ns(&ts_on);
drivers/net/phy/microchip_rds_ptp.c
87
period_nsec = timespec64_to_ns(&ts_period);
drivers/net/phy/nxp-c45-tja11xx.c
688
ts_ns = timespec64_to_ns(&ts);
drivers/net/phy/nxp-c45-tja11xx.c
729
shhwtstamps_rx->hwtstamp = ns_to_ktime(timespec64_to_ns(&ts));
drivers/net/phy/nxp-c45-tja11xx.c
740
event.timestamp = ns_to_ktime(timespec64_to_ns(&ts));
drivers/pci/endpoint/functions/pci-epf-test.c
341
ns = timespec64_to_ns(&ts);
drivers/ptp/ptp_clockmatrix.c
1040
now = timespec64_to_ns(&ts);
drivers/ptp/ptp_clockmatrix.c
466
event.timestamp = timespec64_to_ns(&ts) - dco_delay;
drivers/ptp/ptp_dte.c
196
dte_write_nco(ptp_dte->regs, timespec64_to_ns(ts));
drivers/ptp/ptp_fc3.c
401
now_ns = timespec64_to_ns(ts);
drivers/ptp/ptp_idt82p33.c
311
event.timestamp = timespec64_to_ns(&ts);
drivers/ptp/ptp_idt82p33.c
459
now_ns = timespec64_to_ns(&ts);
drivers/ptp/ptp_idt82p33.c
746
*overhead_ns = timespec64_to_ns(&ts2) - timespec64_to_ns(&ts1);
drivers/ptp/ptp_mock.c
80
u64 ns = timespec64_to_ns(ts);
drivers/ptp/ptp_netc.c
450
period_ns = timespec64_to_ns(&period);
drivers/ptp/ptp_netc.c
480
pp->stime = timespec64_to_ns(&stime);
drivers/ptp/ptp_netc.c
720
u64 ns = timespec64_to_ns(ts);
drivers/ptp/ptp_netc.c
783
ns = timespec64_to_ns(&now);
drivers/ptp/ptp_ocp.c
1232
s64 ns = timespec64_to_ns(&sts->post_ts);
drivers/ptp/ptp_ocp.c
4289
pre_ns = timespec64_to_ns(&sts.pre_ts);
drivers/ptp/ptp_ocp.c
4290
post_ns = timespec64_to_ns(&sts.post_ts);
drivers/ptp/ptp_ocp.c
4299
timespec64_to_ns(&ts) - ns,
drivers/ptp/ptp_pch.c
392
ns = timespec64_to_ns(ts);
drivers/ptp/ptp_qoriq.c
286
ns = timespec64_to_ns(ts);
drivers/ptp/ptp_vclock.c
103
ns = timecounter_cyc2time(&vclock->tc, timespec64_to_ns(&pts));
drivers/ptp/ptp_vclock.c
115
u64 ns = timespec64_to_ns(ts);
drivers/ptp/ptp_vclock.c
180
return timespec64_to_ns(&ts);
fs/adfs/inode.c
217
s64 cs, nsec = timespec64_to_ns(ts);
fs/vboxsf/utils.c
309
timespec64_to_ns(&iattr->ia_atime);
fs/vboxsf/utils.c
313
timespec64_to_ns(&iattr->ia_mtime);
include/linux/time_namespace.h
92
return nsec + timespec64_to_ns(&ns_offsets->boottime);
kernel/time/itimer.c
194
nval = timespec64_to_ns(&value->it_value);
kernel/time/itimer.c
195
ninterval = timespec64_to_ns(&value->it_interval);
kernel/time/timekeeping.c
1812
timespec64_to_ns(&wall_time) > 0) {
kernel/time/timekeeping.c
1814
} else if (timespec64_to_ns(&wall_time) != 0) {
mm/damon/core.c
1983
quota->total_charged_ns += timespec64_to_ns(&end) -
mm/damon/core.c
1984
timespec64_to_ns(&begin);