Home
last modified time | relevance | path

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

/Linux-v6.6/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-sprd.c190 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtimer-pistachio.c145 CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtimer-tegra.c209 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
Darm_arch_timer.c1141 clocksource_counter.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in arch_counter_register()
/Linux-v6.6/include/linux/
Dclocksource.h141 #define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80 macro
/Linux-v6.6/arch/x86/kernel/
Dtsc.c1476 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()
/Linux-v6.6/kernel/time/
Dclocksource.c722 if (!(cs->flags & CLOCK_SOURCE_SUSPEND_NONSTOP)) in __clocksource_suspend_select()