Lines Matching defs:evt
38 ced_to_dw_apb_ced(struct clock_event_device *evt)
40 return container_of(evt, struct dw_apb_clock_event_device, ced);
97 struct clock_event_device *evt = data;
98 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
100 if (!evt->event_handler) {
108 evt->event_handler(evt);
121 static int apbt_shutdown(struct clock_event_device *evt)
123 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
127 cpumask_first(evt->cpumask));
135 static int apbt_set_oneshot(struct clock_event_device *evt)
137 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
141 cpumask_first(evt->cpumask));
167 static int apbt_set_periodic(struct clock_event_device *evt)
169 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
174 cpumask_first(evt->cpumask));
193 static int apbt_resume(struct clock_event_device *evt)
195 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);
198 cpumask_first(evt->cpumask));
205 struct clock_event_device *evt)
208 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt);