Lines Matching refs:evt
85 static int sun4i_clkevt_shutdown(struct clock_event_device *evt) in sun4i_clkevt_shutdown() argument
87 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown()
94 static int sun4i_clkevt_set_oneshot(struct clock_event_device *evt) in sun4i_clkevt_set_oneshot() argument
96 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot()
104 static int sun4i_clkevt_set_periodic(struct clock_event_device *evt) in sun4i_clkevt_set_periodic() argument
106 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic()
115 static int sun4i_clkevt_next_event(unsigned long evt, in sun4i_clkevt_next_event() argument
121 sun4i_clkevt_time_setup(timer_of_base(to), 0, evt - TIMER_SYNC_TICKS); in sun4i_clkevt_next_event()
134 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in sun4i_timer_interrupt() local
135 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt()
138 evt->event_handler(evt); in sun4i_timer_interrupt()