Lines Matching refs:clock_event_device
192 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown()
201 struct clock_event_device *evt) in xen_timerop_set_next_event()
215 static struct clock_event_device xen_timerop_clockevent __ro_after_init = {
232 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown()
245 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot()
257 struct clock_event_device *evt) in xen_vcpuop_set_next_event()
276 static struct clock_event_device xen_vcpuop_clockevent __ro_after_init = {
294 static const struct clock_event_device *xen_clockevent =
298 struct clock_event_device evt;
305 struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt); in xen_timer_interrupt()
319 struct clock_event_device *evt; in xen_teardown_timer()
331 struct clock_event_device *evt = &xevt->evt; in xen_setup_timer()