Home
last modified time | relevance | path

Searched refs:old_opp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/opp/
H A Dcore.c769 data->old_opp.rate = old_freq; in _set_opp_custom()
772 memset(data->old_opp.supplies, 0, size); in _set_opp_custom()
774 memcpy(data->old_opp.supplies, old_supply, size); in _set_opp_custom()
918 struct dev_pm_opp *old_opp, *opp; in dev_pm_opp_set_rate() local
968 old_opp = _find_freq_ceil(opp_table, &temp_freq); in dev_pm_opp_set_rate()
969 if (IS_ERR(old_opp)) { in dev_pm_opp_set_rate()
971 __func__, old_freq, PTR_ERR(old_opp)); in dev_pm_opp_set_rate()
995 IS_ERR(old_opp) ? NULL : old_opp->supplies, in dev_pm_opp_set_rate()
999 IS_ERR(old_opp) in dev_pm_opp_set_rate()
[all...]
H A Dti-opp-supply.c278 struct dev_pm_opp_supply *old_supply_vdd = &data->old_opp.supplies[0]; in ti_opp_supply_set_opp()
279 struct dev_pm_opp_supply *old_supply_vbb = &data->old_opp.supplies[1]; in ti_opp_supply_set_opp()
283 unsigned long old_freq = data->old_opp.rate, freq = data->new_opp.rate; in ti_opp_supply_set_opp()
/kernel/linux/linux-6.6/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()
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()
274 ti_opp_config_regulators(struct device *dev, struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, struct regulator **regulators, unsigned int count) ti_opp_config_regulators() argument
H A Dcore.c967 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in _opp_config_regulator_single()
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, op in _set_opp()
966 _opp_config_regulator_single(struct device *dev, struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, struct regulator **regulators, unsigned int count) _opp_config_regulator_single() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dpm_opp.h71 * @old_opp: Old OPP info
81 struct dev_pm_opp_info old_opp; member
/kernel/linux/linux-6.6/include/linux/
H A Dpm_opp.h61 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp,

Completed in 9 milliseconds