Lines Matching refs:performance_state
265 if (state == genpd->performance_state) in _genpd_reeval_performance_state()
269 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
276 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
277 state = pd_data->performance_state; in _genpd_reeval_performance_state()
295 if (link->performance_state > state) in _genpd_reeval_performance_state()
296 state = link->performance_state; in _genpd_reeval_performance_state()
321 if (state == genpd->performance_state) in _genpd_set_performance_state()
337 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()
338 link->performance_state = parent_state; in _genpd_set_performance_state()
343 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()
357 genpd->performance_state = state; in _genpd_set_performance_state()
369 link->performance_state = parent_state; in _genpd_set_performance_state()
391 prev_state = gpd_data->performance_state; in genpd_set_performance_state()
395 gpd_data->performance_state = state; in genpd_set_performance_state()
400 gpd_data->performance_state = prev_state; in genpd_set_performance_state()
407 unsigned int prev_state = dev_gpd_data(dev)->performance_state; in genpd_drop_performance_state()
3110 seq_put_decimal_ull(s, "", gpd_data->performance_state); in perf_status_str()
3138 seq_printf(s, "%-30s %-50s %u", genpd->name, state, genpd->performance_state); in genpd_summary_one()
3361 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()