Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/base/power/
Ddomain.c263 if (state == genpd->performance_state) in _genpd_reeval_performance_state()
267 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
274 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
275 state = pd_data->performance_state; in _genpd_reeval_performance_state()
293 if (link->performance_state > state) in _genpd_reeval_performance_state()
294 state = link->performance_state; in _genpd_reeval_performance_state()
319 if (state == genpd->performance_state) in _genpd_set_performance_state()
335 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()
336 link->performance_state = parent_state; in _genpd_set_performance_state()
341 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()
[all …]
/Linux-v5.15/include/linux/
Dpm_domain.h126 unsigned int performance_state; /* Aggregated max performance state */ member
177 unsigned int performance_state; member
200 unsigned int performance_state; member