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