Lines Matching refs:ingenic_ost
69 struct ingenic_ost *ost;
73 struct ingenic_ost { struct
84 static struct ingenic_ost *ingenic_ost; argument
216 struct ingenic_ost *ost = ingenic_ost; in ingenic_ost_global_timer_read_cntl()
229 static inline struct ingenic_ost *to_ingenic_ost(struct clock_event_device *evt) in to_ingenic_ost()
231 return container_of(evt, struct ingenic_ost, cevt); in to_ingenic_ost()
236 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_set_state_shutdown()
246 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_set_next()
260 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_cb()
270 static int __init ingenic_ost_register_clock(struct ingenic_ost *ost, in ingenic_ost_register_clock()
314 struct ingenic_ost *ost) in ingenic_ost_percpu_timer_init()
368 struct ingenic_ost *ost) in ingenic_ost_global_timer_init()
426 struct ingenic_ost *ost; in ingenic_ost_probe()
479 ingenic_ost = ost; in ingenic_ost_probe()
499 struct ingenic_ost *ost; in ingenic_ost_init()
511 ost = ingenic_ost; in ingenic_ost_init()