Searched refs:tick_resume (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.6.21/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.6.21/arch/mips/kernel/ |
D | cevt-ds1287.c | 87 .tick_resume = ds1287_shutdown,
|
D | cevt-gt641xx.c | 110 .tick_resume = gt641xx_timer0_shutdown,
|
/linux-6.6.21/arch/arm/mach-ep93xx/ |
D | timer-ep93xx.c | 104 .tick_resume = ep93xx_clkevt_shutdown,
|
/linux-6.6.21/arch/arm/mach-footbridge/ |
D | dc21285-timer.c | 86 .tick_resume = ckevt_dc21285_set_periodic,
|
/linux-6.6.21/drivers/clocksource/ |
D | timer-mediatek.c | 291 to.clkevt.tick_resume = mtk_syst_clkevt_resume; in mtk_syst_init() 313 to.clkevt.tick_resume = mtk_gpt_clkevt_shutdown; in mtk_gpt_init()
|
D | timer-mediatek-cpux.c | 96 .tick_resume = mtk_cpux_clkevt_resume,
|
D | bcm_kona_timer.c | 134 .tick_resume = kona_timer_shutdown,
|
D | timer-cs5535.c | 101 .tick_resume = mfgpt_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-integrator-ap.c | 121 .tick_resume = clkevt_shutdown,
|
D | mxs_timer.c | 157 .tick_resume = mxs_shutdown,
|
D | timer-digicolor.c | 129 .tick_resume = digicolor_clkevt_shutdown,
|
D | timer-npcm7xx.c | 145 .tick_resume = npcm7xx_timer_resume,
|
D | asm9260_timer.c | 164 .tick_resume = asm9260_timer_shutdown,
|
/linux-6.6.21/include/linux/ |
D | clockchips.h | 117 int (*tick_resume)(struct clock_event_device *); member
|
/linux-6.6.21/arch/arm/mach-omap1/ |
D | timer32k.c | 136 .tick_resume = omap_32k_timer_shutdown,
|
/linux-6.6.21/arch/xtensa/kernel/ |
D | time.c | 114 .tick_resume = ccount_timer_set_oneshot,
|
/linux-6.6.21/arch/arm/plat-orion/ |
D | time.c | 166 .tick_resume = orion_clkevt_shutdown,
|
/linux-6.6.21/arch/arm/mach-spear/ |
D | time.c | 149 .tick_resume = spear_shutdown,
|
123