Lines Matching refs:evt
56 struct clock_event_device evt; member
84 static int ccount_timer_shutdown(struct clock_event_device *evt) in ccount_timer_shutdown() argument
87 container_of(evt, struct ccount_timer, evt); in ccount_timer_shutdown()
90 disable_irq(evt->irq); in ccount_timer_shutdown()
96 static int ccount_timer_set_oneshot(struct clock_event_device *evt) in ccount_timer_set_oneshot() argument
99 container_of(evt, struct ccount_timer, evt); in ccount_timer_set_oneshot()
102 enable_irq(evt->irq); in ccount_timer_set_oneshot()
118 struct clock_event_device *clockevent = &timer->evt; in local_timer_setup()
149 setup_irq(this_cpu_ptr(&ccount_timer)->evt.irq, &timer_irqaction); in time_init()
160 struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt; in timer_interrupt() local
163 evt->event_handler(evt); in timer_interrupt()