Lines Matching refs:evt

41 ced_to_dw_apb_ced(struct clock_event_device *evt)  in ced_to_dw_apb_ced()  argument
43 return container_of(evt, struct dw_apb_clock_event_device, ced); in ced_to_dw_apb_ced()
89 struct clock_event_device *evt = data; in dw_apb_clockevent_irq() local
90 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in dw_apb_clockevent_irq()
92 if (!evt->event_handler) { in dw_apb_clockevent_irq()
100 evt->event_handler(evt); in dw_apb_clockevent_irq()
113 static int apbt_shutdown(struct clock_event_device *evt) in apbt_shutdown() argument
115 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_shutdown()
119 cpumask_first(evt->cpumask)); in apbt_shutdown()
127 static int apbt_set_oneshot(struct clock_event_device *evt) in apbt_set_oneshot() argument
129 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_set_oneshot()
133 cpumask_first(evt->cpumask)); in apbt_set_oneshot()
159 static int apbt_set_periodic(struct clock_event_device *evt) in apbt_set_periodic() argument
161 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_set_periodic()
166 cpumask_first(evt->cpumask)); in apbt_set_periodic()
185 static int apbt_resume(struct clock_event_device *evt) in apbt_resume() argument
187 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_resume()
190 cpumask_first(evt->cpumask)); in apbt_resume()
197 struct clock_event_device *evt) in apbt_next_event() argument
200 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_next_event()