Lines Matching refs:clock_event_device
277 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown()
286 struct clock_event_device *evt) in xen_timerop_set_next_event()
300 static const struct clock_event_device xen_timerop_clockevent = {
315 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown()
326 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot()
337 struct clock_event_device *evt) in xen_vcpuop_set_next_event()
355 static const struct clock_event_device xen_vcpuop_clockevent = {
371 static const struct clock_event_device *xen_clockevent =
375 struct clock_event_device evt;
382 struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt); in xen_timer_interrupt()
398 struct clock_event_device *evt; in xen_teardown_timer()
411 struct clock_event_device *evt = &xevt->evt; in xen_setup_timer()