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

/linux-master/drivers/regulator/
H A Dfixed.c42 int performance_state; member in struct:fixed_voltage_data
80 ret = dev_pm_genpd_set_performance_state(dev, priv->performance_state);
268 drvdata->performance_state = of_get_required_opp_performance_state(dev->of_node, 0);
269 if (drvdata->performance_state < 0) {
271 return drvdata->performance_state;
/linux-master/include/linux/
H A Dpm_domain.h168 unsigned int performance_state; /* Aggregated max performance state */ member in struct:generic_pm_domain
213 unsigned int performance_state; member in struct:gpd_link
237 unsigned int performance_state; member in struct:generic_pm_domain_data
/linux-master/drivers/pmdomain/
H A Dcore.c264 if (state == genpd->performance_state)
268 if (state > genpd->performance_state)
275 if (pd_data->performance_state > state)
276 state = pd_data->performance_state;
281 * done without any additional locking as the link->performance_state
284 * Also note that link->performance_state (subdomain's performance state
286 * link->child->performance_state (current performance state requirement
294 if (link->performance_state > state)
295 state = link->performance_state;
324 link->performance_state
[all...]

Completed in 126 milliseconds