Lines Matching refs:clkevt
77 struct clock_event_device *clkevt = dev_id;
78 struct timer_of *to = to_timer_of(clkevt);
84 clkevt->event_handler(clkevt);
89 static int ls1x_clockevent_set_state_periodic(struct clock_event_device *clkevt)
91 struct timer_of *to = to_timer_of(clkevt);
102 static int ls1x_clockevent_tick_resume(struct clock_event_device *clkevt)
105 ls1x_pwmtimer_start(to_timer_of(clkevt));
111 static int ls1x_clockevent_set_state_shutdown(struct clock_event_device *clkevt)
114 ls1x_pwmtimer_stop(to_timer_of(clkevt));
121 struct clock_event_device *clkevt)
123 struct timer_of *to = to_timer_of(clkevt);
136 .clkevt = {
225 clockevents_config_and_register(&to->clkevt, timer_of_rate(to),