Lines Matching refs:performance_state

316 	if (state == genpd->performance_state)  in _genpd_reeval_performance_state()
320 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
327 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
328 state = pd_data->performance_state; in _genpd_reeval_performance_state()
346 if (link->performance_state > state) in _genpd_reeval_performance_state()
347 state = link->performance_state; in _genpd_reeval_performance_state()
376 link->performance_state = parent_state; in _genpd_rollback_parent_state()
403 link->prev_performance_state = link->performance_state; in _genpd_set_parent_state()
404 link->performance_state = parent_state; in _genpd_set_parent_state()
409 link->performance_state = link->prev_performance_state; in _genpd_set_parent_state()
422 if (state == genpd->performance_state) in _genpd_set_performance_state()
426 if (state > genpd->performance_state) { in _genpd_set_performance_state()
444 if (state < genpd->performance_state) { in _genpd_set_performance_state()
452 genpd->performance_state = state; in _genpd_set_performance_state()
472 prev_state = gpd_data->performance_state; in genpd_set_performance_state()
476 gpd_data->performance_state = state; in genpd_set_performance_state()
481 gpd_data->performance_state = prev_state; in genpd_set_performance_state()
488 unsigned int prev_state = dev_gpd_data(dev)->performance_state; in genpd_drop_performance_state()
3239 seq_printf(s, "%-10u ", gpd_data->performance_state); in perf_status_str()
3275 seq_printf(s, "%-30s %-30s %u", genpd->name, state, genpd->performance_state); in genpd_summary_one()
3483 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()