Lines Matching refs:ostm_device
27 struct ostm_device { struct
50 static struct ostm_device *ced_to_ostm(struct clock_event_device *ced) in ced_to_ostm() argument
52 return container_of(ced, struct ostm_device, ced); in ced_to_ostm()
55 static void ostm_timer_stop(struct ostm_device *ostm) in ostm_timer_stop()
70 static int __init ostm_init_clksrc(struct ostm_device *ostm, unsigned long rate) in ostm_init_clksrc()
92 static void __init ostm_init_sched_clock(struct ostm_device *ostm, in ostm_init_sched_clock()
102 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_clock_event_next()
115 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_shutdown()
123 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_set_periodic()
137 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_set_oneshot()
146 struct ostm_device *ostm = dev_id; in ostm_timer_interrupt()
158 static int __init ostm_init_clkevt(struct ostm_device *ostm, int irq, in ostm_init_clkevt()
188 struct ostm_device *ostm; in ostm_init()