Lines Matching defs:evt
83 static int sun4i_clkevt_shutdown(struct clock_event_device *evt)
85 struct timer_of *to = to_timer_of(evt);
92 static int sun4i_clkevt_set_oneshot(struct clock_event_device *evt)
94 struct timer_of *to = to_timer_of(evt);
102 static int sun4i_clkevt_set_periodic(struct clock_event_device *evt)
104 struct timer_of *to = to_timer_of(evt);
113 static int sun4i_clkevt_next_event(unsigned long evt,
119 sun4i_clkevt_time_setup(timer_of_base(to), 0, evt - TIMER_SYNC_TICKS);
132 struct clock_event_device *evt = dev_id;
133 struct timer_of *to = to_timer_of(evt);
136 evt->event_handler(evt);