Lines Matching refs:evt
69 static int clockevent_next_event(unsigned long evt,
96 static inline void timer_shutdown(struct clock_event_device *evt)
105 static int spear_shutdown(struct clock_event_device *evt)
107 timer_shutdown(evt);
112 static int spear_set_oneshot(struct clock_event_device *evt)
117 timer_shutdown(evt);
126 static int spear_set_periodic(struct clock_event_device *evt)
132 timer_shutdown(evt);
175 struct clock_event_device *evt = &clkevt;
179 evt->event_handler(evt);