Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dfixed.c42 int performance_state; member
80 ret = dev_pm_genpd_set_performance_state(dev, priv->performance_state); in reg_domain_enable()
270 drvdata->performance_state = of_get_required_opp_performance_state(dev->of_node, 0); in reg_fixed_voltage_probe()
271 if (drvdata->performance_state < 0) { in reg_fixed_voltage_probe()
273 return drvdata->performance_state; in reg_fixed_voltage_probe()
/linux/drivers/pmdomain/
H A Dcore.c363 if (state == genpd->performance_state) in _genpd_reeval_performance_state()
367 if (state > genpd->performance_state) in _genpd_reeval_performance_state()
374 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()
375 state = pd_data->performance_state; in _genpd_reeval_performance_state()
393 if (link->performance_state > state) in _genpd_reeval_performance_state()
394 state = link->performance_state; in _genpd_reeval_performance_state()
423 link->performance_state = parent_state; in _genpd_rollback_parent_state()
450 link->prev_performance_state = link->performance_state; in _genpd_set_parent_state()
451 link->performance_state = parent_state; in _genpd_set_parent_state()
456 link->performance_state = link->prev_performance_state; in _genpd_set_parent_state()
[all …]
/linux/include/linux/
H A Dpm_domain.h213 unsigned int performance_state; /* Aggregated max performance state */ member
267 unsigned int performance_state; member
291 unsigned int performance_state; member
/linux/drivers/pmdomain/mediatek/
H A Dmtk-mfg-pmdomain.c749 ret = mtk_mfg_set_oppidx(mfg, pd->performance_state); in mtk_mfg_power_on()