Lines Matching defs:to
62 static void stm32_timer_of_bits_set(struct timer_of *to, int bits) in stm32_timer_of_bits_set()
78 static int stm32_timer_of_bits_get(struct timer_of *to) in stm32_timer_of_bits_get()
99 static void stm32_clock_event_disable(struct timer_of *to) in stm32_clock_event_disable()
112 static void stm32_timer_start(struct timer_of *to) in stm32_timer_start()
119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown() local
129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event() local
146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic() local
155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot() local
165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler() local
188 static void __init stm32_timer_set_width(struct timer_of *to) in stm32_timer_set_width()
207 static void __init stm32_timer_set_prescaler(struct timer_of *to) in stm32_timer_set_prescaler()
231 static int __init stm32_clocksource_init(struct timer_of *to) in stm32_clocksource_init()
268 static void __init stm32_clockevent_init(struct timer_of *to) in stm32_clockevent_init()
291 struct timer_of *to; in stm32_timer_init() local