Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dti-opp-supply.c275 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in ti_opp_config_regulators() argument
295 old_freq = dev_pm_opp_get_freq(old_opp); in ti_opp_config_regulators()
330 ret = dev_pm_opp_get_supplies(old_opp, opp_data.old_supplies); in ti_opp_config_regulators()
H A Dcore.c967 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in _opp_config_regulator_single() argument
1166 struct dev_pm_opp *old_opp; in _set_opp() local
1176 old_opp = opp_table->current_opp; in _set_opp()
1179 if (!forced && old_opp == opp && opp_table->enabled) { in _set_opp()
1185 __func__, old_opp->rates[0], opp->rates[0], old_opp->level, in _set_opp()
1186 opp->level, old_opp->bandwidth ? old_opp->bandwidth[0].peak : 0, in _set_opp()
1189 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp()
1208 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1228 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1252 dev_pm_opp_put(old_opp); in _set_opp()
/openbmc/linux/include/linux/
H A Dpm_opp.h61 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp,