Lines Matching refs:ingenic_ost
70 struct ingenic_ost *ost;
74 struct ingenic_ost { struct
85 static struct ingenic_ost *ingenic_ost; argument
215 struct ingenic_ost *ost = ingenic_ost; in ingenic_ost_global_timer_read_cntl()
228 static inline struct ingenic_ost *to_ingenic_ost(struct clock_event_device *evt) in to_ingenic_ost()
230 return container_of(evt, struct ingenic_ost, cevt); in to_ingenic_ost()
235 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_set_state_shutdown()
245 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_set_next()
259 struct ingenic_ost *ost = to_ingenic_ost(evt); in ingenic_ost_cevt_cb()
269 static int __init ingenic_ost_register_clock(struct ingenic_ost *ost, in ingenic_ost_register_clock()
313 struct ingenic_ost *ost) in ingenic_ost_percpu_timer_init()
367 struct ingenic_ost *ost) in ingenic_ost_global_timer_init()
425 struct ingenic_ost *ost; in ingenic_ost_probe()
478 ingenic_ost = ost; in ingenic_ost_probe()
498 struct ingenic_ost *ost; in ingenic_ost_init()
510 ost = ingenic_ost; in ingenic_ost_init()