Lines Matching refs:performance_state
266 if (state == genpd->performance_state) in _genpd_reeval_performance_state()
270 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
277 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
278 state = pd_data->performance_state; in _genpd_reeval_performance_state()
296 if (link->performance_state > state) in _genpd_reeval_performance_state()
297 state = link->performance_state; in _genpd_reeval_performance_state()
310 if (state == genpd->performance_state) in _genpd_set_performance_state()
331 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()
332 link->performance_state = parent_state; in _genpd_set_performance_state()
337 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()
349 genpd->performance_state = state; in _genpd_set_performance_state()
364 link->performance_state = parent_state; in _genpd_set_performance_state()
415 prev = gpd_data->performance_state; in dev_pm_genpd_set_performance_state()
416 gpd_data->performance_state = state; in dev_pm_genpd_set_performance_state()
421 gpd_data->performance_state = prev; in dev_pm_genpd_set_performance_state()
3233 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()