Lines Matching refs:clock_event_device
200 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown()
209 struct clock_event_device *evt) in xen_timerop_set_next_event()
223 static struct clock_event_device xen_timerop_clockevent __ro_after_init = {
240 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown()
253 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot()
265 struct clock_event_device *evt) in xen_vcpuop_set_next_event()
284 static struct clock_event_device xen_vcpuop_clockevent __ro_after_init = {
302 static const struct clock_event_device *xen_clockevent =
306 struct clock_event_device evt;
313 struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt); in xen_timer_interrupt()
327 struct clock_event_device *evt; in xen_teardown_timer()
339 struct clock_event_device *evt = &xevt->evt; in xen_setup_timer()