Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dtick-broadcast.c90 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_check_broadcast_device()
124 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_set_oneshot_wakeup_device()
274 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_device_uses_broadcast()
452 if (!dev || !(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_control()
A Dtick-common.c77 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_is_oneshot_available()
394 if (!(td->evtdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_oneshot_control()
/linux-6.3-rc2/drivers/clocksource/
A Dclps711x-timer.c68 clkevt->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_C3STOP; in _clps711x_clkevt_init()
A Dtimer-riscv.c95 ce->features |= CLOCK_EVT_FEAT_C3STOP; in riscv_timer_starting_cpu()
A Dmips-gic-timer.c91 CLOCK_EVT_FEAT_C3STOP; in gic_clockevent_cpu_init()
A Darm_arch_timer.c840 clk->features |= CLOCK_EVT_FEAT_C3STOP; in __arch_timer_setup()
/linux-6.3-rc2/include/linux/
A Dclockchips.h56 # define CLOCK_EVT_FEAT_C3STOP 0x000008 macro
/linux-6.3-rc2/arch/arm/kernel/
A Dsmp_twd.c294 twd_features |= CLOCK_EVT_FEAT_C3STOP; in twd_local_timer_common_register()
/linux-6.3-rc2/arch/mips/kernel/
A Dcevt-r4k.c317 CLOCK_EVT_FEAT_C3STOP | in r4k_clockevent_init()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dtime.c107 CLOCK_EVT_FEAT_C3STOP,
/linux-6.3-rc2/arch/x86/kernel/apic/
A Dapic.c549 CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP
628 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; in setup_APIC_timer()

Completed in 32 milliseconds