Searched refs:old_opp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/opp/ |
| H A D | ti-opp-supply.c | 275 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 D | core.c | 1121 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in _opp_config_regulator_single() argument 1300 struct dev_pm_opp *old_opp; in _set_opp() local 1310 old_opp = opp_table->current_opp; in _set_opp() 1313 if (!forced && old_opp == opp && opp_table->enabled) { in _set_opp() 1319 __func__, old_opp->rates[0], opp->rates[0], old_opp->level, in _set_opp() 1320 opp->level, old_opp->bandwidth ? old_opp->bandwidth[0].peak : 0, in _set_opp() 1323 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp() 1346 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp() 1366 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp() 1394 dev_pm_opp_put(old_opp); in _set_opp()
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 542 old_opp: *mut bindings::dev_pm_opp, in config_regulators() 553 unsafe { OPP::from_raw_opp(old_opp)? }, in config_regulators()
|