Home
last modified time | relevance | path

Searched defs:clkevt (Results 1 – 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/clocksource/
Dtimer-stm32-lp.c25 struct clock_event_device clkevt; member
31 to_priv(struct clock_event_device *clkevt) in to_priv()
36 static int stm32_clkevent_lp_shutdown(struct clock_event_device *clkevt) in stm32_clkevent_lp_shutdown()
49 struct clock_event_device *clkevt, in stm32_clkevent_lp_set_timer()
75 struct clock_event_device *clkevt) in stm32_clkevent_lp_set_next_event()
81 static int stm32_clkevent_lp_set_periodic(struct clock_event_device *clkevt) in stm32_clkevent_lp_set_periodic()
88 static int stm32_clkevent_lp_set_oneshot(struct clock_event_device *clkevt) in stm32_clkevent_lp_set_oneshot()
97 struct clock_event_device *clkevt = (struct clock_event_device *)dev_id; in stm32_clkevent_lp_irq_handler() local
Dtimer-ti-dm-systimer.c436 struct dmtimer_clockevent *clkevt = data; in dmtimer_clockevent_interrupt() local
448 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_set_next_event() local
465 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_clockevent_shutdown() local
486 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_set_periodic() local
511 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in omap_clockevent_idle() local
520 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in omap_clockevent_unidle() local
533 static int __init dmtimer_clkevt_init_common(struct dmtimer_clockevent *clkevt, in dmtimer_clkevt_init_common()
600 struct dmtimer_clockevent *clkevt; in dmtimer_clockevent_init() local
638 struct dmtimer_clockevent *clkevt; in dmtimer_percpu_timer_init() local
662 struct dmtimer_clockevent *clkevt = per_cpu_ptr(&dmtimer_percpu_timer, cpu); in omap_dmtimer_starting_cpu() local
[all …]
Dtimer-loongson1-pwm.c77 struct clock_event_device *clkevt = dev_id; in ls1x_clockevent_isr() local
89 static int ls1x_clockevent_set_state_periodic(struct clock_event_device *clkevt) in ls1x_clockevent_set_state_periodic()
102 static int ls1x_clockevent_tick_resume(struct clock_event_device *clkevt) in ls1x_clockevent_tick_resume()
111 static int ls1x_clockevent_set_state_shutdown(struct clock_event_device *clkevt) in ls1x_clockevent_set_state_shutdown()
121 struct clock_event_device *clkevt) in ls1x_clockevent_set_next()
Dtimer-stm32.c117 static int stm32_clock_event_shutdown(struct clock_event_device *clkevt) in stm32_clock_event_shutdown()
127 struct clock_event_device *clkevt) in stm32_clock_event_set_next_event()
144 static int stm32_clock_event_set_periodic(struct clock_event_device *clkevt) in stm32_clock_event_set_periodic()
153 static int stm32_clock_event_set_oneshot(struct clock_event_device *clkevt) in stm32_clock_event_set_oneshot()
164 struct clock_event_device *clkevt = (struct clock_event_device *)dev_id; in stm32_clock_event_handler() local
Dtimer-mediatek.c84 struct clock_event_device *clkevt = dev_id; in mtk_syst_handler() local
94 struct clock_event_device *clkevt) in mtk_syst_clkevt_next_event()
113 static int mtk_syst_clkevt_shutdown(struct clock_event_device *clkevt) in mtk_syst_clkevt_shutdown()
124 static int mtk_syst_clkevt_resume(struct clock_event_device *clkevt) in mtk_syst_clkevt_resume()
129 static int mtk_syst_clkevt_oneshot(struct clock_event_device *clkevt) in mtk_syst_clkevt_oneshot()
208 struct clock_event_device *clkevt = (struct clock_event_device *)dev_id; in mtk_gpt_interrupt() local
Dtimer-sun5i.c42 struct clock_event_device clkevt; member
92 static int sun5i_clkevt_shutdown(struct clock_event_device *clkevt) in sun5i_clkevt_shutdown()
100 static int sun5i_clkevt_set_oneshot(struct clock_event_device *clkevt) in sun5i_clkevt_set_oneshot()
109 static int sun5i_clkevt_set_periodic(struct clock_event_device *clkevt) in sun5i_clkevt_set_periodic()
120 struct clock_event_device *clkevt) in sun5i_clkevt_next_event()
Dtimer-of.c26 struct clock_event_device *clkevt = &to->clkevt; in timer_of_irq_exit() local
55 struct clock_event_device *clkevt = &to->clkevt; in timer_of_irq_init() local
Dtimer-mediatek-cpux.c64 static int mtk_cpux_clkevt_shutdown(struct clock_event_device *clkevt) in mtk_cpux_clkevt_shutdown()
77 static int mtk_cpux_clkevt_resume(struct clock_event_device *clkevt) in mtk_cpux_clkevt_resume()
Dtimer-atmel-st.c22 static struct clock_event_device clkevt; variable
168 static struct clock_event_device clkevt = { variable
Dtimer-atmel-tcb.c147 struct clock_event_device clkevt; member
153 static struct tc_clkevt_device *to_tc_clkevt(struct clock_event_device *clkevt) in to_tc_clkevt()
229 static struct tc_clkevt_device clkevt = { variable
Dtimer-of.h37 struct clock_event_device clkevt; member
44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of()
Dtimer-atmel-pit.c39 struct clock_event_device clkevt; member
54 static inline struct pit_data *clkevt_to_pit_data(struct clock_event_device *clkevt) in clkevt_to_pit_data()
Dtimer-sp804.c111 struct sp804_clkevt *clkevt; in sp804_clocksource_and_sched_clock_init() local
236 struct sp804_clkevt *clkevt; in sp804_clkevt_init() local
Dclps711x-timer.c54 struct clock_event_device *clkevt; in _clps711x_clkevt_init() local
/kernel/linux/linux-5.10/drivers/clocksource/
Dtimer-stm32-lp.c25 struct clock_event_device clkevt; member
31 to_priv(struct clock_event_device *clkevt) in to_priv()
36 static int stm32_clkevent_lp_shutdown(struct clock_event_device *clkevt) in stm32_clkevent_lp_shutdown()
49 struct clock_event_device *clkevt, in stm32_clkevent_lp_set_timer()
75 struct clock_event_device *clkevt) in stm32_clkevent_lp_set_next_event()
81 static int stm32_clkevent_lp_set_periodic(struct clock_event_device *clkevt) in stm32_clkevent_lp_set_periodic()
88 static int stm32_clkevent_lp_set_oneshot(struct clock_event_device *clkevt) in stm32_clkevent_lp_set_oneshot()
97 struct clock_event_device *clkevt = (struct clock_event_device *)dev_id; in stm32_clkevent_lp_irq_handler() local
Dtimer-ti-dm-systimer.c438 struct dmtimer_clockevent *clkevt = data; in dmtimer_clockevent_interrupt() local
450 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_set_next_event() local
467 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_clockevent_shutdown() local
488 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in dmtimer_set_periodic() local
513 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in omap_clockevent_idle() local
522 struct dmtimer_clockevent *clkevt = to_dmtimer_clockevent(evt); in omap_clockevent_unidle() local
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() local
640 struct dmtimer_clockevent *clkevt; in dmtimer_percpu_timer_init() local
664 struct dmtimer_clockevent *clkevt = per_cpu_ptr(&dmtimer_percpu_timer, cpu); in omap_dmtimer_starting_cpu() local
[all …]
Dtimer-stm32.c117 static int stm32_clock_event_shutdown(struct clock_event_device *clkevt) in stm32_clock_event_shutdown()
127 struct clock_event_device *clkevt) in stm32_clock_event_set_next_event()
144 static int stm32_clock_event_set_periodic(struct clock_event_device *clkevt) in stm32_clock_event_set_periodic()
153 static int stm32_clock_event_set_oneshot(struct clock_event_device *clkevt) in stm32_clock_event_set_oneshot()
164 struct clock_event_device *clkevt = (struct clock_event_device *)dev_id; in stm32_clock_event_handler() local
Dtimer-mediatek.c83 struct clock_event_device *clkevt = dev_id; in mtk_syst_handler() local
93 struct clock_event_device *clkevt) in mtk_syst_clkevt_next_event()
112 static int mtk_syst_clkevt_shutdown(struct clock_event_device *clkevt) in mtk_syst_clkevt_shutdown()
120 static int mtk_syst_clkevt_resume(struct clock_event_device *clkevt) in mtk_syst_clkevt_resume()
125 static int mtk_syst_clkevt_oneshot(struct clock_event_device *clkevt) in mtk_syst_clkevt_oneshot()
204 struct clock_event_device *clkevt = (struct clock_event_device *)dev_id; in mtk_gpt_interrupt() local
Dtimer-sun5i.c61 struct clock_event_device clkevt; member
107 static int sun5i_clkevt_shutdown(struct clock_event_device *clkevt) in sun5i_clkevt_shutdown()
115 static int sun5i_clkevt_set_oneshot(struct clock_event_device *clkevt) in sun5i_clkevt_set_oneshot()
124 static int sun5i_clkevt_set_periodic(struct clock_event_device *clkevt) in sun5i_clkevt_set_periodic()
135 struct clock_event_device *clkevt) in sun5i_clkevt_next_event()
Dtimer-of.c26 struct clock_event_device *clkevt = &to->clkevt; in timer_of_irq_exit() local
55 struct clock_event_device *clkevt = &to->clkevt; in timer_of_irq_init() local
Dtimer-atmel-st.c22 static struct clock_event_device clkevt; variable
168 static struct clock_event_device clkevt = { variable
Dtimer-atmel-tcb.c147 struct clock_event_device clkevt; member
153 static struct tc_clkevt_device *to_tc_clkevt(struct clock_event_device *clkevt) in to_tc_clkevt()
229 static struct tc_clkevt_device clkevt = { variable
Dtimer-of.h37 struct clock_event_device clkevt; member
44 static inline struct timer_of *to_timer_of(struct clock_event_device *clkevt) in to_timer_of()
Dtimer-atmel-pit.c39 struct clock_event_device clkevt; member
54 static inline struct pit_data *clkevt_to_pit_data(struct clock_event_device *clkevt) in clkevt_to_pit_data()
Dtimer-sp804.c126 struct sp804_clkevt *clkevt; in sp804_clocksource_and_sched_clock_init() local
251 struct sp804_clkevt *clkevt; in sp804_clkevt_init() local

12