Lines Matching defs:evt
228 static inline struct ingenic_ost *to_ingenic_ost(struct clock_event_device *evt)
230 return container_of(evt, struct ingenic_ost, cevt);
233 static int ingenic_ost_cevt_set_state_shutdown(struct clock_event_device *evt)
235 struct ingenic_ost *ost = to_ingenic_ost(evt);
243 struct clock_event_device *evt)
245 struct ingenic_ost *ost = to_ingenic_ost(evt);
258 struct clock_event_device *evt = dev_id;
259 struct ingenic_ost *ost = to_ingenic_ost(evt);
263 if (evt->event_handler)
264 evt->event_handler(evt);