Searched refs:tick_resume (Results 1 – 25 of 56) sorted by relevance
123
/linux-6.1.9/kernel/time/ |
D | tick-internal.h | 25 extern void tick_resume(void); 95 static inline void tick_resume(void) { } in tick_resume() function
|
D | timer_list.c | 224 if (dev->tick_resume) in print_tickdevice() 226 dev->tick_resume); in print_tickdevice()
|
/linux-6.1.9/drivers/clocksource/ |
D | timer-mediatek.c | 359 to_cpux.clkevt.tick_resume = mtk_cpux_clkevt_resume; in mtk_cpux_init() 404 to.clkevt.tick_resume = mtk_syst_clkevt_resume; in mtk_syst_init() 426 to.clkevt.tick_resume = mtk_gpt_clkevt_shutdown; in mtk_gpt_init()
|
D | timer-cs5535.c | 101 .tick_resume = mfgpt_shutdown,
|
D | bcm_kona_timer.c | 134 .tick_resume = kona_timer_shutdown,
|
D | timer-owl.c | 101 .tick_resume = owl_timer_tick_resume,
|
D | timer-orion.c | 105 .tick_resume = orion_clkevt_shutdown,
|
D | timer-meson6.c | 140 .tick_resume = meson6_shutdown,
|
D | timer-rda.c | 140 .tick_resume = rda_ostimer_tick_resume,
|
D | timer-atmel-st.c | 177 .tick_resume = clkevt32k_shutdown,
|
D | timer-digicolor.c | 129 .tick_resume = digicolor_clkevt_shutdown,
|
D | mxs_timer.c | 157 .tick_resume = mxs_shutdown,
|
D | timer-integrator-ap.c | 121 .tick_resume = clkevt_shutdown,
|
D | timer-npcm7xx.c | 145 .tick_resume = npcm7xx_timer_resume,
|
D | timer-sun4i.c | 151 .tick_resume = sun4i_clkevt_shutdown,
|
/linux-6.1.9/arch/mips/kernel/ |
D | cevt-ds1287.c | 87 .tick_resume = ds1287_shutdown,
|
D | cevt-gt641xx.c | 110 .tick_resume = gt641xx_timer0_shutdown,
|
/linux-6.1.9/arch/arm/mach-footbridge/ |
D | dc21285-timer.c | 86 .tick_resume = ckevt_dc21285_set_periodic,
|
/linux-6.1.9/arch/arm/mach-ep93xx/ |
D | timer-ep93xx.c | 103 .tick_resume = ep93xx_clkevt_shutdown,
|
/linux-6.1.9/arch/arm/mach-iop32x/ |
D | time.c | 126 .tick_resume = iop_resume,
|
/linux-6.1.9/include/linux/ |
D | clockchips.h | 117 int (*tick_resume)(struct clock_event_device *); member
|
/linux-6.1.9/arch/arm/mach-omap1/ |
D | timer32k.c | 136 .tick_resume = omap_32k_timer_shutdown,
|
/linux-6.1.9/arch/xtensa/kernel/ |
D | time.c | 114 .tick_resume = ccount_timer_set_oneshot,
|
/linux-6.1.9/arch/arm/plat-orion/ |
D | time.c | 166 .tick_resume = orion_clkevt_shutdown,
|
/linux-6.1.9/arch/mips/loongson32/common/ |
D | time.c | 176 .tick_resume = ls1x_clockevent_tick_resume,
|
123