Searched refs:timecounter (Results 1 – 25 of 34) sorted by relevance
12
55 struct timecounter { struct87 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);134 extern u64 timecounter_cyc2time(const struct timecounter *tc,
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()
4 obj-y += timeconv.o timecounter.o alarmtimer.o
67 struct timecounter timecounter; member
26 static struct timecounter *timecounter; variable175 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()1373 timecounter = &info->timecounter; in kvm_timer_hyp_init()1375 if (!timecounter->cc) { in kvm_timer_hyp_init()
18 struct timecounter time_counter;
77 struct timecounter tc;
39 struct timecounter tc;
110 struct timecounter tc;
102 struct timecounter tc;
192 static struct timecounter xilinx_tc = {
474 struct timecounter tc;
251 struct timecounter tc;
655 struct timecounter tc;
329 struct timecounter tc;
321 struct timecounter time_counter;330 u64 (*ptp_tstamp2nsec)(const struct timecounter *time_counter, u64 timestamp);
288 static u64 otx2_ptp_hw_tstamp2time(const struct timecounter *time_counter, u64 tstamp) in otx2_ptp_hw_tstamp2time()
14 struct timecounter tc;
318 struct timecounter tc;
410 struct timecounter tstamp_tc;
628 struct timecounter tc;
434 struct timecounter clock;
1227 struct timecounter tstamp_tc;
558 struct timecounter tc;
631 struct timecounter *tc = &azx_dev->tc; in azx_timecounter_init()
Completed in 74 milliseconds