Searched refs:timecounter (Results 1 – 25 of 32) sorted by relevance
12
| /Linux-v6.6/include/linux/ |
| D | timecounter.h | 55 struct timecounter { struct 84 static inline void timecounter_adjtime(struct timecounter *tc, s64 delta) in timecounter_adjtime() 99 extern void timecounter_init(struct timecounter *tc, 111 extern u64 timecounter_read(struct timecounter *tc); 127 extern u64 timecounter_cyc2time(const struct timecounter *tc,
|
| /Linux-v6.6/kernel/time/ |
| 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() 79 u64 timecounter_cyc2time(const struct timecounter *tc, in timecounter_cyc2time()
|
| D | Makefile | 4 obj-y += timeconv.o timecounter.o alarmtimer.o
|
| /Linux-v6.6/include/clocksource/ |
| D | arm_arch_timer.h | 67 struct timecounter timecounter; member
|
| /Linux-v6.6/arch/arm64/kvm/ |
| D | arch_timer.c | 26 static struct timecounter *timecounter; variable 175 return timecounter->cc->read(timecounter->cc); in kvm_phys_timer_read() 264 ns = cyclecounter_cyc2ns(timecounter->cc, in kvm_counter_compute_delta() 266 timecounter->mask, in kvm_counter_compute_delta() 1376 timecounter = &info->timecounter; in kvm_timer_hyp_init() 1378 if (!timecounter->cc) { in kvm_timer_hyp_init()
|
| /Linux-v6.6/drivers/net/ethernet/cavium/common/ |
| D | cavium_ptp.h | 18 struct timecounter time_counter;
|
| /Linux-v6.6/drivers/ptp/ |
| D | ptp_private.h | 68 struct timecounter tc;
|
| D | ptp_mock.c | 39 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/ti/ |
| D | cpts.h | 110 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_ptp.h | 84 struct timecounter tc;
|
| /Linux-v6.6/arch/microblaze/kernel/ |
| D | timer.c | 192 static struct timecounter xilinx_tc = {
|
| /Linux-v6.6/drivers/net/ethernet/pensando/ionic/ |
| D | ionic_lif.h | 238 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/freescale/ |
| D | fec.h | 655 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/intel/e1000e/ |
| D | e1000.h | 329 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_common.h | 321 struct timecounter time_counter; 330 u64 (*ptp_tstamp2nsec)(const struct timecounter *time_counter, u64 timestamp);
|
| D | otx2_ptp.c | 287 static u64 otx2_ptp_hw_tstamp2time(const struct timecounter *time_counter, u64 tstamp) in otx2_ptp_hw_tstamp2time()
|
| /Linux-v6.6/drivers/net/ethernet/qlogic/qede/ |
| D | qede_ptp.c | 14 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/intel/igc/ |
| D | igc.h | 265 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
| D | chip.h | 398 struct timecounter tstamp_tc;
|
| /Linux-v6.6/drivers/net/ethernet/intel/igb/ |
| D | igb.h | 628 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe.h | 1227 struct timecounter tstamp_tc;
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
| D | mlx4_en.h | 432 struct timecounter clock;
|
| /Linux-v6.6/sound/hda/ |
| D | hdac_stream.c | 618 struct timecounter *tc = &azx_dev->tc; in azx_timecounter_init()
|
| /Linux-v6.6/include/sound/ |
| D | hdaudio.h | 556 struct timecounter tc;
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_ptp.c | 85 struct timecounter tc; 152 static u64 mlxsw_sp1_ptp_ns2cycles(const struct timecounter *tc, u64 nsec) in mlxsw_sp1_ptp_ns2cycles()
|
12