Lines Matching refs:evt
62 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer() argument
64 return container_of(evt, struct ixp4xx_timer, clkevt); in to_ixp4xx_timer()
85 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
91 evt->event_handler(evt); in ixp4xx_timer_interrupt()
97 struct clock_event_device *evt) in ixp4xx_set_next_event() argument
99 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event()
111 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown() argument
113 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown()
123 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot() argument
125 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_oneshot()
133 static int ixp4xx_set_periodic(struct clock_event_device *evt) in ixp4xx_set_periodic() argument
135 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_periodic()
145 static int ixp4xx_resume(struct clock_event_device *evt) in ixp4xx_resume() argument
147 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_resume()