| /linux/include/linux/ |
| H A D | timecounter.h | 55 struct timecounter { struct 87 static inline void timecounter_adjtime(struct timecounter *tc, s64 delta) in timecounter_adjtime() 102 extern void timecounter_init(struct timecounter *tc, 116 extern u64 timecounter_read(struct timecounter *tc); 143 static inline u64 timecounter_cyc2time(const struct timecounter *tc, u64 cycle_tstamp) in timecounter_cyc2time()
|
| /linux/kernel/time/ |
| H A D | timecounter.c | 8 void timecounter_init(struct timecounter *tc, in timecounter_init() 31 static u64 timecounter_read_delta(struct timecounter *tc) in timecounter_read_delta() 52 u64 timecounter_read(struct timecounter *tc) in timecounter_read()
|
| H A D | Makefile | 10 obj-y += timeconv.o timecounter.o alarmtimer.o
|
| /linux/include/clocksource/ |
| H A D | arm_arch_timer.h | 68 struct timecounter timecounter; member
|
| /linux/arch/arm64/kvm/ |
| H A D | arch_timer.c | 26 static struct timecounter *timecounter; variable 151 return timecounter->cc->read(timecounter->cc); in kvm_phys_timer_read() 239 ns = cyclecounter_cyc2ns(timecounter->cc, in kvm_counter_compute_delta() 241 timecounter->mask, in kvm_counter_compute_delta() 1408 timecounter = &info->timecounter; in kvm_timer_hyp_init() 1410 if (!timecounter->cc) { in kvm_timer_hyp_init()
|
| /linux/drivers/net/ethernet/cavium/common/ |
| H A D | cavium_ptp.h | 18 struct timecounter time_counter;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | clock.h | 50 struct timecounter tc;
|
| /linux/drivers/ptp/ |
| H A D | ptp_private.h | 83 struct timecounter tc;
|
| H A D | ptp_mock.c | 39 struct timecounter tc;
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.h | 110 struct timecounter tc;
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ptp.h | 103 struct timecounter tc;
|
| /linux/arch/microblaze/kernel/ |
| H A D | timer.c | 192 static struct timecounter xilinx_tc = {
|
| /linux/drivers/net/can/rockchip/ |
| H A D | rockchip_canfd.h | 474 struct timecounter tc;
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec.h | 647 struct timecounter tc;
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.h | 254 struct timecounter tc;
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ptp.c | 14 struct timecounter tc;
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ptp.c | 288 static u64 otx2_ptp_hw_tstamp2time(const struct timecounter *time_counter, u64 tstamp) in otx2_ptp_hw_tstamp2time()
|
| H A D | otx2_common.h | 320 struct timecounter time_counter; 329 u64 (*ptp_tstamp2nsec)(const struct timecounter *time_counter, u64 timestamp);
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 330 struct timecounter tc;
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.h | 419 struct timecounter tstamp_tc;
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc.h | 325 struct timecounter tc;
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb.h | 636 struct timecounter tc;
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 86 struct timecounter tc; 153 static u64 mlxsw_sp1_ptp_ns2cycles(const struct timecounter *tc, u64 nsec) in mlxsw_sp1_ptp_ns2cycles()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4_en.h | 425 struct timecounter clock;
|
| /linux/sound/hda/core/ |
| H A D | stream.c | 645 struct timecounter *tc = &azx_dev->tc; in azx_timecounter_init()
|