Lines Matching refs:mchp_pit64b_timer

57 struct mchp_pit64b_timer {  struct
70 struct mchp_pit64b_timer timer; argument
75 ((struct mchp_pit64b_timer *)container_of(x,\
84 struct mchp_pit64b_timer timer;
89 ((struct mchp_pit64b_timer *)container_of(x,\
117 static inline void mchp_pit64b_reset(struct mchp_pit64b_timer *timer, in mchp_pit64b_reset()
133 static void mchp_pit64b_suspend(struct mchp_pit64b_timer *timer) in mchp_pit64b_suspend()
141 static void mchp_pit64b_resume(struct mchp_pit64b_timer *timer) in mchp_pit64b_resume()
150 struct mchp_pit64b_timer *timer = clksrc_to_mchp_pit64b_timer(cs); in mchp_pit64b_clksrc_suspend()
157 struct mchp_pit64b_timer *timer = clksrc_to_mchp_pit64b_timer(cs); in mchp_pit64b_clksrc_resume()
175 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_shutdown()
184 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_set_periodic()
195 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_set_next_event()
205 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_suspend()
212 struct mchp_pit64b_timer *timer = clkevt_to_mchp_pit64b_timer(cedev); in mchp_pit64b_clkevt_resume()
279 static int __init mchp_pit64b_init_mode(struct mchp_pit64b_timer *timer, in mchp_pit64b_init_mode()
335 static int __init mchp_pit64b_init_clksrc(struct mchp_pit64b_timer *timer, in mchp_pit64b_init_clksrc()
378 static int __init mchp_pit64b_init_clkevt(struct mchp_pit64b_timer *timer, in mchp_pit64b_init_clkevt()
422 struct mchp_pit64b_timer timer; in mchp_pit64b_dt_init_timer()