Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dclksrc-dbx500-prcmu.c49 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
H A Dtimer-ti-32k.c134 ti_32k_timer.cs.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in ti_32k_timer_init()
H A Dtimer-pistachio.c145 CLOCK_SOURCE_SUSPEND_NONSTOP,
H A Dtimer-sprd.c190 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
H A Darm_arch_timer.c1164 clocksource_counter.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in arch_counter_register()
/linux/include/linux/
H A Dclocksource.h149 #define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80 macro
/linux/kernel/time/
H A Dclocksource.c770 if (!(cs->flags & CLOCK_SOURCE_SUSPEND_NONSTOP)) in __clocksource_suspend_select()