Lines Matching refs:evt
66 static int clockevent_next_event(unsigned long evt,
93 static inline void spear_timer_shutdown(struct clock_event_device *evt)
102 static int spear_shutdown(struct clock_event_device *evt)
104 spear_timer_shutdown(evt);
109 static int spear_set_oneshot(struct clock_event_device *evt)
114 spear_timer_shutdown(evt);
123 static int spear_set_periodic(struct clock_event_device *evt)
129 spear_timer_shutdown(evt);
172 struct clock_event_device *evt = &clkevt;
176 evt->event_handler(evt);