Lines Matching refs:clkevt
105 struct clock_event_device *clkevt = dev_id; in rttm_timer_interrupt() local
106 struct timer_of *to = to_timer_of(clkevt); in rttm_timer_interrupt()
110 clkevt->event_handler(clkevt); in rttm_timer_interrupt()
127 static int rttm_next_event(unsigned long delta, struct clock_event_device *clkevt) in rttm_next_event() argument
129 struct timer_of *to = to_timer_of(clkevt); in rttm_next_event()
139 static int rttm_state_oneshot(struct clock_event_device *clkevt) in rttm_state_oneshot() argument
141 struct timer_of *to = to_timer_of(clkevt); in rttm_state_oneshot()
151 static int rttm_state_periodic(struct clock_event_device *clkevt) in rttm_state_periodic() argument
153 struct timer_of *to = to_timer_of(clkevt); in rttm_state_periodic()
163 static int rttm_state_shutdown(struct clock_event_device *clkevt) in rttm_state_shutdown() argument
165 struct timer_of *to = to_timer_of(clkevt); in rttm_state_shutdown()
194 .clkevt = {
239 to->clkevt.cpumask = cpumask_of(cpu); in rttm_cpu_starting()
240 irq_force_affinity(to->of_irq.irq, to->clkevt.cpumask); in rttm_cpu_starting()
241 clockevents_config_and_register(&to->clkevt, RTTM_TICKS_PER_SEC, in rttm_cpu_starting()