Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtick-common.c71 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_is_oneshot_available()
358 if (!(td->evtdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_oneshot_control()
Dtick-broadcast.c79 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_check_broadcast_device()
189 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_device_uses_broadcast()
369 if (!dev || !(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_control()
/Linux-v4.19/drivers/clocksource/
Dclps711x-timer.c88 clkevt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_C3STOP; in _clps711x_clkevt_init()
Dmips-gic-timer.c82 CLOCK_EVT_FEAT_C3STOP; in gic_clockevent_cpu_init()
Darm_arch_timer.c711 clk->features |= CLOCK_EVT_FEAT_C3STOP; in __arch_timer_setup()
/Linux-v4.19/include/linux/
Dclockchips.h56 # define CLOCK_EVT_FEAT_C3STOP 0x000008 macro
/Linux-v4.19/arch/mips/kernel/
Dcevt-r4k.c276 CLOCK_EVT_FEAT_C3STOP | in r4k_clockevent_init()
/Linux-v4.19/arch/arm/kernel/
Dsmp_twd.c347 twd_features |= CLOCK_EVT_FEAT_C3STOP; in twd_local_timer_common_register()
/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c528 CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP
644 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; in setup_APIC_timer()
/Linux-v4.19/arch/powerpc/kernel/
Dtime.c117 CLOCK_EVT_FEAT_C3STOP,