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