Searched refs:timer_of (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/clocksource/ |
D | timer-of.h | 34 struct timer_of { struct 44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of() argument 46 return container_of(clkevt, struct timer_of, clkevt); in to_timer_of() 49 static inline void __iomem *timer_of_base(struct timer_of *to) in timer_of_base() 54 static inline int timer_of_irq(struct timer_of *to) in timer_of_irq() 59 static inline unsigned long timer_of_rate(struct timer_of *to) in timer_of_rate() 64 static inline unsigned long timer_of_period(struct timer_of *to) in timer_of_period() 70 struct timer_of *to); 72 extern void __init timer_of_cleanup(struct timer_of *to);
|
D | timer-stm32.c | 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() 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() 188 static void __init stm32_timer_set_width(struct timer_of *to) in stm32_timer_set_width() [all …]
|
D | timer-mediatek.c | 84 static void mtk_syst_ack_irq(struct timer_of *to) in mtk_syst_ack_irq() 93 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() 144 static void mtk_gpt_clkevt_time_stop(struct timer_of *to, u8 timer) in mtk_gpt_clkevt_time_stop() 153 static void mtk_gpt_clkevt_time_setup(struct timer_of *to, in mtk_gpt_clkevt_time_setup() 159 static void mtk_gpt_clkevt_time_start(struct timer_of *to, in mtk_gpt_clkevt_time_start() 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() 224 __init mtk_gpt_setup(struct timer_of *to, u8 timer, u8 option) in mtk_gpt_setup() [all …]
|
D | timer-npcm7xx.c | 58 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() 137 static struct timer_of npcm7xx_to = {
|
D | sun4i_timer.c | 87 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() 143 static struct timer_of to = {
|
D | timer-of.c | 35 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_exit() 63 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_init() 175 int __init timer_of_init(struct device_node *np, struct timer_of *to) in timer_of_init() 227 void __init timer_of_cleanup(struct timer_of *to) in timer_of_cleanup()
|
D | timer-sprd.c | 82 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() 124 static struct timer_of to = { 159 static struct timer_of suspend_to = {
|
D | timer-atcpit100.c | 125 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() 176 static struct timer_of to = {
|