Lines Matching refs:performance_state

268 	if (state == genpd->performance_state)  in _genpd_reeval_performance_state()
272 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
279 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
280 state = pd_data->performance_state; in _genpd_reeval_performance_state()
298 if (link->performance_state > state) in _genpd_reeval_performance_state()
299 state = link->performance_state; in _genpd_reeval_performance_state()
324 if (state == genpd->performance_state) in _genpd_set_performance_state()
340 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()
341 link->performance_state = parent_state; in _genpd_set_performance_state()
346 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()
360 genpd->performance_state = state; in _genpd_set_performance_state()
372 link->performance_state = parent_state; in _genpd_set_performance_state()
394 prev_state = gpd_data->performance_state; in genpd_set_performance_state()
398 gpd_data->performance_state = state; in genpd_set_performance_state()
403 gpd_data->performance_state = prev_state; in genpd_set_performance_state()
410 unsigned int prev_state = dev_gpd_data(dev)->performance_state; in genpd_drop_performance_state()
3094 seq_put_decimal_ull(s, "", gpd_data->performance_state); in perf_status_str()
3122 seq_printf(s, "%-30s %-50s %u", genpd->name, state, genpd->performance_state); in genpd_summary_one()
3345 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()