Lines Matching refs:evt
73 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer() argument
75 return container_of(evt, struct ixp4xx_timer, clkevt); in to_ixp4xx_timer()
96 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
102 evt->event_handler(evt); in ixp4xx_timer_interrupt()
108 struct clock_event_device *evt) in ixp4xx_set_next_event() argument
110 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event()
122 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown() argument
124 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown()
134 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot() argument
136 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_oneshot()
144 static int ixp4xx_set_periodic(struct clock_event_device *evt) in ixp4xx_set_periodic() argument
146 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_periodic()
156 static int ixp4xx_resume(struct clock_event_device *evt) in ixp4xx_resume() argument
158 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_resume()