Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dclocksource.c646 return cs == suspend_clocksource; in clocksource_is_suspend()
668 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select()
669 suspend_clocksource = cs; in __clocksource_suspend_select()
682 suspend_clocksource = NULL; in clocksource_suspend_select()
708 if (!suspend_clocksource) in clocksource_start_suspend_timing()
722 suspend_clocksource->enable(suspend_clocksource)) { in clocksource_start_suspend_timing()
727 suspend_start = suspend_clocksource->read(suspend_clocksource); in clocksource_start_suspend_timing()
748 if (!suspend_clocksource) in clocksource_stop_suspend_timing()
759 now = suspend_clocksource->read(suspend_clocksource); in clocksource_stop_suspend_timing()
763 suspend_clocksource->mask); in clocksource_stop_suspend_timing()
[all …]
/linux/drivers/clocksource/
A Dtimer-sprd.c183 static struct clocksource suspend_clocksource = { variable
201 clocksource_register_hz(&suspend_clocksource, in sprd_suspend_timer_init()
/linux/
A DSystem.map158283 ffff8000120998c0 d suspend_clocksource
160694 ffff8000121163b0 b suspend_clocksource
A D.tmp_System.map158283 ffff8000120998c0 d suspend_clocksource
160694 ffff8000121163b0 b suspend_clocksource

Completed in 1047 milliseconds