Lines Matching refs:evt
52 to_nios2_clkevent(struct clock_event_device *evt) in to_nios2_clkevent() argument
54 return container_of(evt, struct nios2_clockevent_dev, ced); in to_nios2_clkevent()
159 struct clock_event_device *evt) in nios2_timer_set_next_event() argument
161 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_next_event()
168 static int nios2_timer_shutdown(struct clock_event_device *evt) in nios2_timer_shutdown() argument
170 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_shutdown()
177 static int nios2_timer_set_periodic(struct clock_event_device *evt) in nios2_timer_set_periodic() argument
180 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_periodic()
188 static int nios2_timer_resume(struct clock_event_device *evt) in nios2_timer_resume() argument
190 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_resume()
199 struct clock_event_device *evt = (struct clock_event_device *) dev_id; in timer_interrupt() local
200 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in timer_interrupt()
204 evt->event_handler(evt); in timer_interrupt()