Lines Matching defs:evt
281 * Note that generic IRQ core could have passed @evt for @dev_id if
284 struct clock_event_device *evt = this_cpu_ptr(&arc_clockevent_device);
285 int irq_reenable = clockevent_state_periodic(evt);
299 evt->event_handler(evt);
307 struct clock_event_device *evt = this_cpu_ptr(&arc_clockevent_device);
309 evt->cpumask = cpumask_of(smp_processor_id());
311 clockevents_config_and_register(evt, arc_timer_freq, 0, ARC_TIMERN_MAX);
327 struct clock_event_device *evt = this_cpu_ptr(&arc_clockevent_device);
342 "Timer0 (per-cpu-tick)", evt);