Lines Matching refs:dmtimer_clockevent
53 struct dmtimer_clockevent { struct
430 static struct dmtimer_clockevent *
433 return container_of(clockevent, struct dmtimer_clockevent, dev); in to_dmtimer_clockevent()
438 struct dmtimer_clockevent *clkevt = data; in dmtimer_clockevent_interrupt()
450 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_set_next_event()
467 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_clockevent_shutdown()
488 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_set_periodic()
513 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in omap_clockevent_idle()
522 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in omap_clockevent_unidle()
535 static int __init dmtimer_clkevt_init_common(struct dmtimer_clockevent *clkevt, in dmtimer_clkevt_init_common()
602 struct dmtimer_clockevent *clkevt; in dmtimer_clockevent_init()
636 static DEFINE_PER_CPU(struct dmtimer_clockevent, dmtimer_percpu_timer);
640 struct dmtimer_clockevent *clkevt; in dmtimer_percpu_timer_init()
664 struct dmtimer_clockevent *clkevt = per_cpu_ptr(&dmtimer_percpu_timer, cpu); in omap_dmtimer_starting_cpu()
676 struct dmtimer_clockevent *clkevt = per_cpu_ptr(&dmtimer_percpu_timer, 0); in dmtimer_percpu_timer_startup()