Lines Matching refs:evt

105 	int (*timer_shutdown)(struct clock_event_device *evt);
117 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010() argument
119 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010()
143 struct clock_event_device *evt) in fttmr010_timer_set_next_event() argument
145 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event()
149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event()
171 static int ast2600_timer_shutdown(struct clock_event_device *evt) in ast2600_timer_shutdown() argument
173 struct fttmr010 *fttmr010 = to_fttmr010(evt); in ast2600_timer_shutdown()
181 static int fttmr010_timer_shutdown(struct clock_event_device *evt) in fttmr010_timer_shutdown() argument
183 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_shutdown()
194 static int fttmr010_timer_set_oneshot(struct clock_event_device *evt) in fttmr010_timer_set_oneshot() argument
196 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_oneshot()
200 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_oneshot()
219 static int fttmr010_timer_set_periodic(struct clock_event_device *evt) in fttmr010_timer_set_periodic() argument
221 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_periodic()
226 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_periodic()
256 struct clock_event_device *evt = dev_id; in fttmr010_timer_interrupt() local
258 evt->event_handler(evt); in fttmr010_timer_interrupt()
264 struct clock_event_device *evt = dev_id; in ast2600_timer_interrupt() local
265 struct fttmr010 *fttmr010 = to_fttmr010(evt); in ast2600_timer_interrupt()
269 evt->event_handler(evt); in ast2600_timer_interrupt()