Home
last modified time | relevance | path

Searched refs:performance_state (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/regulator/
Dfixed.c40 int performance_state; member
78 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()
/linux-5.19.10/drivers/base/power/
Ddomain.c268 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()
[all …]
/linux-5.19.10/include/linux/
Dpm_domain.h135 unsigned int performance_state; /* Aggregated max performance state */ member
181 unsigned int performance_state; member
205 unsigned int performance_state; member