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