Lines Matching refs:performance_state
362 if (state == genpd->performance_state) in _genpd_reeval_performance_state()
366 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
373 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
374 state = pd_data->performance_state; in _genpd_reeval_performance_state()
392 if (link->performance_state > state) in _genpd_reeval_performance_state()
393 state = link->performance_state; in _genpd_reeval_performance_state()
422 link->performance_state = parent_state; in _genpd_rollback_parent_state()
449 link->prev_performance_state = link->performance_state; in _genpd_set_parent_state()
450 link->performance_state = parent_state; in _genpd_set_parent_state()
455 link->performance_state = link->prev_performance_state; in _genpd_set_parent_state()
468 if (state == genpd->performance_state) in _genpd_set_performance_state()
472 if (state > genpd->performance_state) { in _genpd_set_performance_state()
490 if (state < genpd->performance_state) { in _genpd_set_performance_state()
498 genpd->performance_state = state; in _genpd_set_performance_state()
518 prev_state = gpd_data->performance_state; in genpd_set_performance_state()
522 gpd_data->performance_state = state; in genpd_set_performance_state()
527 gpd_data->performance_state = prev_state; in genpd_set_performance_state()
534 unsigned int prev_state = dev_gpd_data(dev)->performance_state; in genpd_drop_performance_state()
3616 seq_printf(s, "%-10u ", gpd_data->performance_state); in perf_status_str()
3652 seq_printf(s, "%-30s %-30s %u", dev_name(&genpd->dev), state, genpd->performance_state); in genpd_summary_one()
3868 seq_printf(s, "%u\n", genpd->performance_state); in perf_state_show()