Symbol: timecounter_cyc2time
drivers/net/can/rockchip/rockchip_canfd-timestamp.c
24
ns = timecounter_cyc2time(&priv->tc, timestamp);
drivers/net/can/spi/mcp251xfd/mcp251xfd-rx.c
184
timestamp = timecounter_cyc2time(&priv->tc, hw_rx_obj->ts);
drivers/net/can/spi/mcp251xfd/mcp251xfd.h
845
ns = timecounter_cyc2time(&priv->tc, ts_raw);
drivers/net/can/usb/gs_usb.c
468
ns = timecounter_cyc2time(&parent->tc, timestamp);
drivers/net/dsa/mv88e6xxx/hwtstamp.c
293
ns = timecounter_cyc2time(&chip->tstamp_tc, ns);
drivers/net/dsa/mv88e6xxx/hwtstamp.c
413
ns = timecounter_cyc2time(&chip->tstamp_tc, time_raw);
drivers/net/dsa/mv88e6xxx/ptp.c
235
ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15133
ns = timecounter_cyc2time(&bp->timecounter, timestamp);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15167
ns = timecounter_cyc2time(&bp->timecounter, timestamp);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h
185
ns = timecounter_cyc2time(&ptp->tc, ts);
drivers/net/ethernet/cavium/common/cavium_ptp.h
38
ret = timecounter_cyc2time(&ptp->time_counter, tstamp);
drivers/net/ethernet/freescale/fec_main.c
1475
ns = timecounter_cyc2time(&fep->tc, ts);
drivers/net/ethernet/freescale/fec_ptp.c
169
ns = timecounter_cyc2time(&fep->tc, tempval);
drivers/net/ethernet/freescale/fec_ptp.c
245
curr_time = timecounter_cyc2time(&fep->tc, ptp_hc);
drivers/net/ethernet/intel/e1000e/netdev.c
503
ns = timecounter_cyc2time(&adapter->tc, systim);
drivers/net/ethernet/intel/e1000e/ptp.c
121
*device = ns_to_ktime(timecounter_cyc2time(&adapter->tc, dev_cycles));
drivers/net/ethernet/intel/e1000e/ptp.c
175
ns = timecounter_cyc2time(&adapter->tc, cycles);
drivers/net/ethernet/intel/igb/igb_main.c
6967
now = timecounter_cyc2time(&adapter->tc, systim);
drivers/net/ethernet/intel/igb/igb_main.c
7041
ns = timecounter_cyc2time(&adapter->tc, ns);
drivers/net/ethernet/intel/igb/igb_ptp.c
177
ns = timecounter_cyc2time(&adapter->tc, systim);
drivers/net/ethernet/intel/igb/igb_ptp.c
277
ns = timecounter_cyc2time(&igb->tc, ((u64)hi << 32) | lo);
drivers/net/ethernet/intel/igb/igb_ptp.c
305
ns = timecounter_cyc2time(&igb->tc, ((u64)hi << 32) | lo);
drivers/net/ethernet/intel/igb/igb_ptp.c
587
now = timecounter_cyc2time(&igb->tc, systim);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
435
ns = timecounter_cyc2time(&adapter->hw_tc, timestamp);
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
587
ns = timecounter_cyc2time(&adapter->hw_tc, stamp);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c
454
ptp_ptr->ptp_tstamp2nsec = timecounter_cyc2time;
drivers/net/ethernet/mellanox/mlx4/en_clock.c
68
nsec = timecounter_cyc2time(&mdev->clock, timestamp);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
787
nsec_now = timecounter_cyc2time(&timer->tc, cycles_now);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
104
nsec = timecounter_cyc2time(&timer->tc, timestamp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
228
nsec = timecounter_cyc2time(&clock->tc, cycles);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
624
nsec = timecounter_cyc2time(&clock->tc, timestamp);
drivers/net/ethernet/pensando/ionic/ionic_phc.c
440
ns = timecounter_cyc2time(&phc->tc, tick);
drivers/net/ethernet/pensando/ionic/ionic_phc.c
491
ns = timecounter_cyc2time(&lif->phc->tc, tick);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
170
ns = timecounter_cyc2time(&ptp->tc, timestamp);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
555
ns = timecounter_cyc2time(&ptp->tc, timestamp);
drivers/net/ethernet/ti/cpts.c
128
event->timestamp = timecounter_cyc2time(&cpts->tc, event->low);
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
41
ns = timecounter_cyc2time(&wx->hw_tc, timestamp);
drivers/ptp/ptp_vclock.c
103
ns = timecounter_cyc2time(&vclock->tc, timespec64_to_ns(&pts));
drivers/ptp/ptp_vclock.c
139
ns = timecounter_cyc2time(&vclock->tc, ktime_to_ns(xtstamp->device));
drivers/ptp/ptp_vclock.c
292
vclock_ns = timecounter_cyc2time(&vclock->tc, ns);