Lines Matching refs:timer_of
55 * @to: a timer_of structure pointer
62 static void stm32_timer_of_bits_set(struct timer_of *to, int bits)
71 * @to: a timer_of structure pointer
78 static int stm32_timer_of_bits_get(struct timer_of *to)
99 static void stm32_clock_event_disable(struct timer_of *to)
106 * @to: a timer_of structure pointer
112 static void stm32_timer_start(struct timer_of *to)
119 struct timer_of *to = to_timer_of(clkevt);
129 struct timer_of *to = to_timer_of(clkevt);
146 struct timer_of *to = to_timer_of(clkevt);
155 struct timer_of *to = to_timer_of(clkevt);
165 struct timer_of *to = to_timer_of(clkevt);
188 static void __init stm32_timer_set_width(struct timer_of *to)
207 static void __init stm32_timer_set_prescaler(struct timer_of *to)
231 static int __init stm32_clocksource_init(struct timer_of *to)
268 static void __init stm32_clockevent_init(struct timer_of *to)
291 struct timer_of *to;