Searched refs:suspend_clocksource (Results 1 – 2 of 2) sorted by relevance
101 static struct clocksource *suspend_clocksource; variable740 return cs == suspend_clocksource; in clocksource_is_suspend()762 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select()763 suspend_clocksource = cs; in __clocksource_suspend_select()774 old_suspend = suspend_clocksource; in clocksource_suspend_select()776 suspend_clocksource = NULL; in clocksource_suspend_select()802 if (!suspend_clocksource) in clocksource_start_suspend_timing()815 if (suspend_clocksource->enable && in clocksource_start_suspend_timing()816 suspend_clocksource->enable(suspend_clocksource)) { in clocksource_start_suspend_timing()821 suspend_start = suspend_clocksource->read(suspend_clocksource); in clocksource_start_suspend_timing()[all …]
183 static struct clocksource suspend_clocksource = { variable201 clocksource_register_hz(&suspend_clocksource, in sprd_suspend_timer_init()