Lines Matching refs:evt
67 static int rda_ostimer_set_state_shutdown(struct clock_event_device *evt)
69 struct timer_of *to = to_timer_of(evt);
76 static int rda_ostimer_set_state_oneshot(struct clock_event_device *evt)
78 struct timer_of *to = to_timer_of(evt);
85 static int rda_ostimer_set_state_periodic(struct clock_event_device *evt)
87 struct timer_of *to = to_timer_of(evt);
93 evt->mult) >> evt->shift;
99 static int rda_ostimer_tick_resume(struct clock_event_device *evt)
104 static int rda_ostimer_set_next_event(unsigned long evt,
109 rda_ostimer_start(timer_of_base(to), false, evt);
116 struct clock_event_device *evt = dev_id;
117 struct timer_of *to = to_timer_of(evt);
123 if (evt->event_handler)
124 evt->event_handler(evt);