Searched refs:suspend_clocksource (Results 1 – 1 of 1) sorted by relevance
103 static struct clocksource *suspend_clocksource; variable754 return cs == suspend_clocksource; in clocksource_is_suspend()776 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select()777 suspend_clocksource = cs; in __clocksource_suspend_select()788 old_suspend = suspend_clocksource; in clocksource_suspend_select()790 suspend_clocksource = NULL; in clocksource_suspend_select()816 if (!suspend_clocksource) in clocksource_start_suspend_timing()829 if (suspend_clocksource->enable && in clocksource_start_suspend_timing()830 suspend_clocksource->enable(suspend_clocksource)) { in clocksource_start_suspend_timing()835 suspend_start = suspend_clocksource->read(suspend_clocksource); in clocksource_start_suspend_timing()[all …]