Lines Matching refs:evt
229 static inline struct ingenic_ost *to_ingenic_ost(struct clock_event_device *evt)
231 return container_of(evt, struct ingenic_ost, cevt);
234 static int ingenic_ost_cevt_set_state_shutdown(struct clock_event_device *evt)
236 struct ingenic_ost *ost = to_ingenic_ost(evt);
244 struct clock_event_device *evt)
246 struct ingenic_ost *ost = to_ingenic_ost(evt);
259 struct clock_event_device *evt = dev_id;
260 struct ingenic_ost *ost = to_ingenic_ost(evt);
264 if (evt->event_handler)
265 evt->event_handler(evt);