Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clocksource/
Dclksrc-dbx500-prcmu.c49 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtimer-ti-32k.c134 ti_32k_timer.cs.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in ti_32k_timer_init()
Dtimer-pistachio.c147 CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtimer-sprd.c190 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtimer-tegra.c209 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
Darm_arch_timer.c1014 clocksource_counter.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in arch_counter_register()
/Linux-v5.10/include/linux/
Dclocksource.h132 #define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80 macro
/Linux-v5.10/kernel/time/
Dclocksource.c473 if (!(cs->flags & CLOCK_SOURCE_SUSPEND_NONSTOP)) in __clocksource_suspend_select()
/Linux-v5.10/arch/x86/kernel/
Dtsc.c1391 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()