| /linux-4.4.14/kernel/time/ |
| D | tick-internal.h | 25 extern void tick_resume(void); 96 static inline void tick_resume(void) { } in tick_resume() function
|
| D | timer_list.c | 260 if (dev->tick_resume) { in print_tickdevice() 262 print_name_offset(m, dev->tick_resume); in print_tickdevice()
|
| D | clockevents.c | 193 if (dev->tick_resume) in clockevents_tick_resume() 194 ret = dev->tick_resume(dev); in clockevents_tick_resume()
|
| D | tick-common.c | 466 void tick_resume(void) in tick_resume() function
|
| D | timekeeping.c | 1431 tick_resume(); in timekeeping_resume()
|
| /linux-4.4.14/arch/mips/kernel/ |
| D | cevt-ds1287.c | 100 .tick_resume = ds1287_shutdown,
|
| D | cevt-gt641xx.c | 123 .tick_resume = gt641xx_timer0_shutdown,
|
| D | cevt-txx9.c | 161 .tick_resume = txx9tmr_tick_resume,
|
| /linux-4.4.14/arch/arm/mach-omap1/ |
| D | timer32k.c | 138 .tick_resume = omap_32k_timer_shutdown,
|
| /linux-4.4.14/arch/arm/mach-footbridge/ |
| D | dc21285-timer.c | 85 .tick_resume = ckevt_dc21285_set_periodic,
|
| /linux-4.4.14/arch/arm/mach-ep93xx/ |
| D | timer-ep93xx.c | 102 .tick_resume = ep93xx_clkevt_shutdown,
|
| /linux-4.4.14/arch/arm/mach-netx/ |
| D | time.c | 87 .tick_resume = netx_shutdown,
|
| /linux-4.4.14/arch/avr32/kernel/ |
| D | time.c | 122 .tick_resume = comparator_set_oneshot,
|
| /linux-4.4.14/arch/arm/plat-iop/ |
| D | time.c | 129 .tick_resume = iop_resume,
|
| /linux-4.4.14/arch/arm/mach-w90x900/ |
| D | time.c | 100 .tick_resume = nuc900_clockevent_shutdown,
|
| /linux-4.4.14/include/linux/ |
| D | clockchips.h | 116 int (*tick_resume)(struct clock_event_device *); member
|
| /linux-4.4.14/drivers/clocksource/ |
| D | time-orion.c | 92 .tick_resume = orion_clkevt_shutdown,
|
| D | bcm_kona_timer.c | 141 .tick_resume = kona_timer_shutdown,
|
| D | cs5535-clockevt.c | 104 .tick_resume = mfgpt_shutdown,
|
| D | moxart_timer.c | 104 .tick_resume = moxart_set_oneshot,
|
| D | meson6_timer.c | 109 .tick_resume = meson6_shutdown,
|
| D | sun4i_timer.c | 122 .tick_resume = sun4i_clkevt_shutdown,
|
| D | timer-stm32.c | 95 .tick_resume = stm32_clock_event_shutdown,
|
| D | timer-atmel-st.c | 191 .tick_resume = clkevt32k_shutdown,
|
| D | mxs_timer.c | 183 .tick_resume = mxs_shutdown,
|
| D | timer-integrator-ap.c | 129 .tick_resume = clkevt_shutdown,
|
| D | timer-digicolor.c | 131 .tick_resume = digicolor_clkevt_shutdown,
|
| D | tegra20_timer.c | 104 .tick_resume = tegra_timer_shutdown,
|
| D | exynos_mct.c | 316 .tick_resume = mct_set_state_shutdown, 455 evt->tick_resume = set_state_shutdown; in exynos4_local_timer_setup()
|
| D | asm9260_timer.c | 168 .tick_resume = asm9260_timer_shutdown,
|
| D | qcom-timer.c | 119 evt->tick_resume = msm_timer_shutdown; in msm_local_timer_setup()
|
| D | zevio-timer.c | 163 timer->clkevt.tick_resume = zevio_timer_set_oneshot; in zevio_timer_add()
|
| D | timer-atlas7.c | 191 ce->tick_resume = sirfsoc_timer_shutdown; in sirfsoc_local_timer_setup()
|
| D | timer-sp804.c | 177 .tick_resume = sp804_shutdown,
|
| D | time-armada-370-xp.c | 193 evt->tick_resume = armada_370_xp_clkevt_shutdown; in armada_370_xp_timer_setup()
|
| D | mtk_timer.c | 201 evt->dev.tick_resume = mtk_clkevt_shutdown; in mtk_timer_init()
|
| D | dw_apb_timer.c | 256 dw_ced->ced.tick_resume = apbt_resume; in dw_apb_clockevent_init()
|
| D | timer-sun5i.c | 296 ce->clkevt.tick_resume = sun5i_clkevt_shutdown; in sun5i_setup_clockevent()
|
| D | cadence_ttc_timer.c | 437 ttcce->ce.tick_resume = ttc_resume; in ttc_setup_clockevent()
|
| D | samsung_pwm_timer.c | 244 .tick_resume = samsung_shutdown,
|
| D | timer-imx-gpt.c | 311 ced->tick_resume = mxc_shutdown; in mxc_clockevent_init()
|
| /linux-4.4.14/arch/arm/mach-imx/ |
| D | epit.c | 183 .tick_resume = epit_shutdown,
|
| /linux-4.4.14/arch/mips/jz4740/ |
| D | time.c | 111 .tick_resume = jz4740_clockevent_resume,
|
| /linux-4.4.14/arch/xtensa/kernel/ |
| D | time.c | 128 clockevent->tick_resume = ccount_timer_set_oneshot; in local_timer_setup()
|
| /linux-4.4.14/arch/arm/plat-orion/ |
| D | time.c | 165 .tick_resume = orion_clkevt_shutdown,
|
| /linux-4.4.14/arch/mips/loongson32/common/ |
| D | time.c | 179 .tick_resume = ls1x_clockevent_tick_resume,
|
| /linux-4.4.14/arch/arm/mach-spear/ |
| D | time.c | 152 .tick_resume = spear_shutdown,
|
| /linux-4.4.14/arch/arm/mach-gemini/ |
| D | time.c | 158 .tick_resume = gemini_timer_shutdown,
|
| /linux-4.4.14/arch/tile/kernel/ |
| D | time.c | 162 .tick_resume = tile_timer_shutdown,
|
| /linux-4.4.14/arch/mips/loongson64/loongson-3/ |
| D | hpet.c | 238 cd->tick_resume = hpet_tick_resume; in setup_hpet_timer()
|
| /linux-4.4.14/arch/cris/arch-v32/kernel/ |
| D | time.c | 236 .tick_resume = crisv32_clkevt_switch_state,
|
| /linux-4.4.14/arch/alpha/kernel/ |
| D | time.c | 194 .tick_resume = qemu_ce_shutdown, in init_qemu_clockevent()
|
| /linux-4.4.14/arch/nios2/kernel/ |
| D | time.c | 230 .tick_resume = nios2_timer_resume,
|
| /linux-4.4.14/arch/sparc/kernel/ |
| D | time_32.c | 129 ce->tick_resume = timer_ce_set_periodic; in setup_timer_ce()
|
| /linux-4.4.14/arch/arm/kernel/ |
| D | smp_twd.c | 303 clk->tick_resume = twd_shutdown; in twd_timer_setup()
|
| /linux-4.4.14/arch/arm/mach-cns3xxx/ |
| D | core.c | 163 .tick_resume = cns3xxx_shutdown,
|
| /linux-4.4.14/arch/arm/mach-ixp4xx/ |
| D | common.c | 571 .tick_resume = ixp4xx_resume,
|
| /linux-4.4.14/arch/x86/kernel/ |
| D | hpet.c | 437 .tick_resume = hpet_legacy_resume, 579 evt->tick_resume = hpet_msi_resume; in init_one_hpet_msi_clockevent()
|
| /linux-4.4.14/arch/arm/mach-omap2/ |
| D | timer.c | 136 .tick_resume = omap2_gp_timer_shutdown,
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | time.c | 110 .tick_resume = decrementer_shutdown,
|