Home
last modified time | relevance | path

Searched refs:CLOCK_EVT_FEAT_C3STOP (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/kernel/time/
Dtick-broadcast.c76 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_check_broadcast_device()
186 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_device_uses_broadcast()
352 if (!dev || !(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_control()
708 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_oneshot_control()
Dtick-common.c70 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_is_oneshot_available()
/linux-4.1.27/drivers/clocksource/
Dclps711x-timer.c93 clkevt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_C3STOP; in _clps711x_clkevt_init()
Dmips-gic-timer.c64 CLOCK_EVT_FEAT_C3STOP; in gic_clockevent_cpu_init()
Darm_arch_timer.c270 clk->features |= CLOCK_EVT_FEAT_C3STOP; in __arch_timer_setup()
/linux-4.1.27/include/linux/
Dclockchips.h61 # define CLOCK_EVT_FEAT_C3STOP 0x000008 macro
/linux-4.1.27/arch/mips/kernel/
Dcevt-r4k.c202 CLOCK_EVT_FEAT_C3STOP | in r4k_clockevent_init()
/linux-4.1.27/arch/arm/kernel/
Dsmp_twd.c297 CLOCK_EVT_FEAT_C3STOP; in twd_timer_setup()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c525 | CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
544 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; in setup_APIC_timer()
/linux-4.1.27/arch/powerpc/kernel/
Dtime.c111 .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP,