Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/opp/
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()
Dcore.c881 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in _opp_config_regulator_single() argument
1070 struct dev_pm_opp *old_opp; in _set_opp() local
1080 old_opp = opp_table->current_opp; in _set_opp()
1083 if (!forced && old_opp == opp && opp_table->enabled) { in _set_opp()
1089 __func__, old_opp->rates[0], opp->rates[0], old_opp->level, in _set_opp()
1090 opp->level, old_opp->bandwidth ? old_opp->bandwidth[0].peak : 0, in _set_opp()
1093 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp()
1112 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1132 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1156 dev_pm_opp_put(old_opp); in _set_opp()
/linux-6.1.9/include/linux/
Dpm_opp.h61 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp,