Lines Matching refs:performance_state

263 	if (state == genpd->performance_state)  in _genpd_reeval_performance_state()
267 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
274 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
275 state = pd_data->performance_state; in _genpd_reeval_performance_state()
293 if (link->performance_state > state) in _genpd_reeval_performance_state()
294 state = link->performance_state; in _genpd_reeval_performance_state()
319 if (state == genpd->performance_state) in _genpd_set_performance_state()
335 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()
336 link->performance_state = parent_state; in _genpd_set_performance_state()
341 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()
355 genpd->performance_state = state; in _genpd_set_performance_state()
367 link->performance_state = parent_state; in _genpd_set_performance_state()
389 prev_state = gpd_data->performance_state; in genpd_set_performance_state()
393 gpd_data->performance_state = state; in genpd_set_performance_state()
398 gpd_data->performance_state = prev_state; in genpd_set_performance_state()
405 unsigned int prev_state = dev_gpd_data(dev)->performance_state; in genpd_drop_performance_state()
3023 seq_put_decimal_ull(s, "", gpd_data->performance_state); in perf_status_str()
3051 seq_printf(s, "%-30s %-50s %u", genpd->name, state, genpd->performance_state); in genpd_summary_one()
3264 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()