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)
119 return container_of(evt, struct fttmr010, clkevt);
143 struct clock_event_device *evt)
145 struct fttmr010 *fttmr010 = to_fttmr010(evt);
149 fttmr010->timer_shutdown(evt);
171 static int ast2600_timer_shutdown(struct clock_event_device *evt)
173 struct fttmr010 *fttmr010 = to_fttmr010(evt);
181 static int fttmr010_timer_shutdown(struct clock_event_device *evt)
183 struct fttmr010 *fttmr010 = to_fttmr010(evt);
194 static int fttmr010_timer_set_oneshot(struct clock_event_device *evt)
196 struct fttmr010 *fttmr010 = to_fttmr010(evt);
200 fttmr010->timer_shutdown(evt);
219 static int fttmr010_timer_set_periodic(struct clock_event_device *evt)
221 struct fttmr010 *fttmr010 = to_fttmr010(evt);
226 fttmr010->timer_shutdown(evt);
256 struct clock_event_device *evt = dev_id;
258 evt->event_handler(evt);
264 struct clock_event_device *evt = dev_id;
265 struct fttmr010 *fttmr010 = to_fttmr010(evt);
269 evt->event_handler(evt);