Lines Matching refs:evt
110 struct clock_event_device *evt)
119 static inline void __asm9260_timer_shutdown(struct clock_event_device *evt)
125 static int asm9260_timer_shutdown(struct clock_event_device *evt)
127 __asm9260_timer_shutdown(evt);
131 static int asm9260_timer_set_oneshot(struct clock_event_device *evt)
133 __asm9260_timer_shutdown(evt);
141 static int asm9260_timer_set_periodic(struct clock_event_device *evt)
143 __asm9260_timer_shutdown(evt);
169 struct clock_event_device *evt = dev_id;
171 evt->event_handler(evt);