Home
last modified time | relevance | path

Searched refs:suspend_clocksource (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/kernel/time/
Dclocksource.c91 static struct clocksource *suspend_clocksource; variable
737 return cs == suspend_clocksource; in clocksource_is_suspend()
759 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select()
760 suspend_clocksource = cs; in __clocksource_suspend_select()
771 old_suspend = suspend_clocksource; in clocksource_suspend_select()
773 suspend_clocksource = NULL; in clocksource_suspend_select()
799 if (!suspend_clocksource) in clocksource_start_suspend_timing()
812 if (suspend_clocksource->enable && in clocksource_start_suspend_timing()
813 suspend_clocksource->enable(suspend_clocksource)) { in clocksource_start_suspend_timing()
818 suspend_start = suspend_clocksource->read(suspend_clocksource); in clocksource_start_suspend_timing()
[all …]
/linux-6.6.21/drivers/clocksource/
Dtimer-sprd.c183 static struct clocksource suspend_clocksource = { variable
201 clocksource_register_hz(&suspend_clocksource, in sprd_suspend_timer_init()