Lines Matching defs:evt
121 static int atcpit100_clkevt_next_event(unsigned long evt,
129 writel(evt, timer_of_base(to) + CH0_REL);
135 static int atcpit100_clkevt_set_periodic(struct clock_event_device *evt)
137 struct timer_of *to = to_timer_of(evt);
144 static int atcpit100_clkevt_shutdown(struct clock_event_device *evt)
146 struct timer_of *to = to_timer_of(evt);
152 static int atcpit100_clkevt_set_oneshot(struct clock_event_device *evt)
154 struct timer_of *to = to_timer_of(evt);
166 struct clock_event_device *evt = (struct clock_event_device *)dev_id;
167 struct timer_of *to = to_timer_of(evt);
171 evt->event_handler(evt);