Lines Matching refs:cedev
180 static int mchp_pit64b_clkevt_shutdown(struct clock_event_device *cedev) in mchp_pit64b_clkevt_shutdown() argument
182 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_shutdown()
184 if (!clockevent_state_detached(cedev)) in mchp_pit64b_clkevt_shutdown()
190 static int mchp_pit64b_clkevt_set_periodic(struct clock_event_device *cedev) in mchp_pit64b_clkevt_set_periodic() argument
192 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_set_periodic()
194 if (clockevent_state_shutdown(cedev)) in mchp_pit64b_clkevt_set_periodic()
203 static int mchp_pit64b_clkevt_set_oneshot(struct clock_event_device *cedev) in mchp_pit64b_clkevt_set_oneshot() argument
205 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_set_oneshot()
207 if (clockevent_state_shutdown(cedev)) in mchp_pit64b_clkevt_set_oneshot()
217 struct clock_event_device *cedev) in mchp_pit64b_clkevt_set_next_event() argument
219 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_set_next_event()