Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtick-broadcast.c93 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_check_broadcast_device()
128 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_set_oneshot_wakeup_device()
278 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_device_uses_broadcast()
457 if (!dev || !(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_control()
H A Dtick-common.c78 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_is_oneshot_available()
379 if (!(td->evtdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_oneshot_control()
/linux/drivers/clocksource/
H A Dclps711x-timer.c68 clkevt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_C3STOP; in _clps711x_clkevt_init()
H A Dtimer-riscv.c118 ce->features |= CLOCK_EVT_FEAT_C3STOP; in riscv_timer_starting_cpu()
H A Dtimer-econet-en751221.c151 CLOCK_EVT_FEAT_C3STOP | in cevt_init()
H A Darm_arch_timer.c684 clk->features |= CLOCK_EVT_FEAT_C3STOP; in __arch_timer_setup()
/linux/include/linux/
H A Dclockchips.h56 # define CLOCK_EVT_FEAT_C3STOP 0x000008 macro
/linux/arch/x86/kernel/apic/
H A Dapic.c499 CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP
585 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; in setup_APIC_timer()
/linux/arch/powerpc/kernel/
H A Dtime.c107 CLOCK_EVT_FEAT_C3STOP,