Searched refs:performance_state (Results 1 – 2 of 2) sorted by relevance
40 int performance_state; member78 ret = dev_pm_genpd_set_performance_state(dev, priv->performance_state); in reg_domain_enable()223 drvdata->performance_state = of_get_required_opp_performance_state(dev->of_node, 0); in reg_fixed_voltage_probe()224 if (drvdata->performance_state < 0) { in reg_fixed_voltage_probe()226 return drvdata->performance_state; in reg_fixed_voltage_probe()
265 if (state == genpd->performance_state) in _genpd_reeval_performance_state()269 if (state > genpd->performance_state) in _genpd_reeval_performance_state()276 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()277 state = pd_data->performance_state; in _genpd_reeval_performance_state()295 if (link->performance_state > state) in _genpd_reeval_performance_state()296 state = link->performance_state; in _genpd_reeval_performance_state()321 if (state == genpd->performance_state) in _genpd_set_performance_state()337 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()338 link->performance_state = parent_state; in _genpd_set_performance_state()343 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()[all …]