Lines Matching refs:performance_state

321 	if (state == genpd->performance_state)  in _genpd_reeval_performance_state()
325 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
332 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
333 state = pd_data->performance_state; in _genpd_reeval_performance_state()
351 if (link->performance_state > state) in _genpd_reeval_performance_state()
352 state = link->performance_state; in _genpd_reeval_performance_state()
381 link->performance_state = parent_state; in _genpd_rollback_parent_state()
408 link->prev_performance_state = link->performance_state; in _genpd_set_parent_state()
409 link->performance_state = parent_state; in _genpd_set_parent_state()
414 link->performance_state = link->prev_performance_state; in _genpd_set_parent_state()
427 if (state == genpd->performance_state) in _genpd_set_performance_state()
431 if (state > genpd->performance_state) { in _genpd_set_performance_state()
449 if (state < genpd->performance_state) { in _genpd_set_performance_state()
457 genpd->performance_state = state; in _genpd_set_performance_state()
477 prev_state = gpd_data->performance_state; in genpd_set_performance_state()
481 gpd_data->performance_state = state; in genpd_set_performance_state()
486 gpd_data->performance_state = prev_state; in genpd_set_performance_state()
493 unsigned int prev_state = dev_gpd_data(dev)->performance_state; in genpd_drop_performance_state()
3258 seq_printf(s, "%-10u ", gpd_data->performance_state); in perf_status_str()
3294 seq_printf(s, "%-30s %-30s %u", dev_name(&genpd->dev), state, genpd->performance_state); in genpd_summary_one()
3502 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()