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()
162 struct clock_event_device *evt) in nios2_timer_set_next_event() argument
164 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_next_event()
171 static int nios2_timer_shutdown(struct clock_event_device *evt) in nios2_timer_shutdown() argument
173 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_shutdown()
180 static int nios2_timer_set_periodic(struct clock_event_device *evt) in nios2_timer_set_periodic() argument
183 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_periodic()
191 static int nios2_timer_resume(struct clock_event_device *evt) in nios2_timer_resume() argument
193 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_resume()
202 struct clock_event_device *evt = (struct clock_event_device *) dev_id; in timer_interrupt() local
203 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in timer_interrupt()
207 evt->event_handler(evt); in timer_interrupt()