Lines Matching refs:evt
64 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer() argument
66 return container_of(evt, struct ixp4xx_timer, clkevt); in to_ixp4xx_timer()
87 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
93 evt->event_handler(evt); in ixp4xx_timer_interrupt()
99 struct clock_event_device *evt) in ixp4xx_set_next_event() argument
101 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event()
113 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown() argument
115 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown()
125 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot() argument
127 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_oneshot()
135 static int ixp4xx_set_periodic(struct clock_event_device *evt) in ixp4xx_set_periodic() argument
137 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_periodic()
147 static int ixp4xx_resume(struct clock_event_device *evt) in ixp4xx_resume() argument
149 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_resume()