/openbmc/linux/include/linux/ |
H A 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,
|
/openbmc/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() 79 u64 timecounter_cyc2time(const struct timecounter *tc, in timecounter_cyc2time()
|
H A D | Makefile | 4 obj-y += timeconv.o timecounter.o alarmtimer.o
|
/openbmc/linux/include/clocksource/ |
H A D | arm_arch_timer.h | 67 struct timecounter timecounter; member
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | arch_timer.c | 26 static struct timecounter *timecounter; variable 175 return timecounter->cc->read(timecounter->cc); in kvm_phys_timer_read() 263 ns = cyclecounter_cyc2ns(timecounter->cc, in kvm_counter_compute_delta() 265 timecounter->mask, in kvm_counter_compute_delta() 1373 timecounter = &info->timecounter; in kvm_timer_hyp_init() 1375 if (!timecounter->cc) { in kvm_timer_hyp_init()
|
/openbmc/linux/drivers/net/ethernet/cavium/common/ |
H A D | cavium_ptp.h | 18 struct timecounter time_counter;
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_private.h | 68 struct timecounter tc;
|
H A D | ptp_mock.c | 39 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpts.h | 110 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.h | 84 struct timecounter tc;
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | timer.c | 192 static struct timecounter xilinx_tc = {
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.h | 238 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec.h | 655 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 321 struct timecounter time_counter; 330 u64 (*ptp_tstamp2nsec)(const struct timecounter *time_counter, u64 timestamp);
|
H A D | otx2_ptp.c | 287 static u64 otx2_ptp_hw_tstamp2time(const struct timecounter *time_counter, u64 tstamp) in otx2_ptp_hw_tstamp2time()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | e1000.h | 329 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 265 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ptp.c | 14 struct timecounter tc;
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb.h | 628 struct timecounter tc;
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 399 struct timecounter tstamp_tc;
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 432 struct timecounter clock;
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 1227 struct timecounter tstamp_tc;
|
/openbmc/linux/sound/hda/ |
H A D | hdac_stream.c | 620 struct timecounter *tc = &azx_dev->tc; in azx_timecounter_init()
|
/openbmc/linux/include/sound/ |
H A D | hdaudio.h | 556 struct timecounter tc;
|