Home
last modified time | relevance | path

Searched refs:to_timer_of (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/clocksource/
Dtimer-npcm7xx.c58 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_resume()
70 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_shutdown()
82 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_oneshot()
97 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_periodic()
114 struct timer_of *to = to_timer_of(clk); in npcm7xx_clockevent_set_next_event()
128 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer0_interrupt()
Dtimer-mediatek.c93 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler()
104 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event()
124 writel(0, SYST_CON_REG(to_timer_of(clkevt))); in mtk_syst_clkevt_shutdown()
183 mtk_gpt_clkevt_time_stop(to_timer_of(clk), TIMER_CLK_EVT); in mtk_gpt_clkevt_shutdown()
190 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic()
202 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event()
214 struct timer_of *to = to_timer_of(clkevt); in mtk_gpt_interrupt()
Dsun4i_timer.c87 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown()
96 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot()
106 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic()
118 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event()
135 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt()
Dtimer-atcpit100.c125 struct timer_of *to = to_timer_of(clkevt); in atcpit100_clkevt_next_event()
137 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_periodic()
146 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_shutdown()
154 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_oneshot()
167 struct timer_of *to = to_timer_of(evt); in atcpit100_timer_interrupt()
Dtimer-sprd.c82 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_next_event()
93 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_periodic()
104 struct timer_of *to = to_timer_of(ce); in sprd_timer_shutdown()
113 struct timer_of *to = to_timer_of(ce); in sprd_timer_interrupt()
Dtimer-stm32.c119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown()
129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event()
146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic()
155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot()
165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler()
Dtimer-of.h44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of() function