Searched refs:new_supply_vdd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | ti-opp-supply.c | 280 struct dev_pm_opp_supply *new_supply_vdd = &data->new_opp.supplies[0]; in ti_opp_supply_set_opp() local 291 new_supply_vdd->u_volt); in ti_opp_supply_set_opp() 293 if (new_supply_vdd->u_volt_min < vdd_uv) in ti_opp_supply_set_opp() 294 new_supply_vdd->u_volt_min = vdd_uv; in ti_opp_supply_set_opp() 298 ret = _opp_set_voltage(dev, new_supply_vdd, vdd_uv, vdd_reg, in ti_opp_supply_set_opp() 325 ret = _opp_set_voltage(dev, new_supply_vdd, vdd_uv, vdd_reg, in ti_opp_supply_set_opp()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | ti-opp-supply.c | 280 struct dev_pm_opp_supply *new_supply_vdd = &opp_data.new_supplies[0]; in ti_opp_config_regulators() local 300 new_supply_vdd->u_volt); in ti_opp_config_regulators() 302 if (new_supply_vdd->u_volt_min < vdd_uv) in ti_opp_config_regulators() 303 new_supply_vdd->u_volt_min = vdd_uv; in ti_opp_config_regulators() 307 ret = _opp_set_voltage(dev, new_supply_vdd, vdd_uv, vdd_reg, in ti_opp_config_regulators() 320 ret = _opp_set_voltage(dev, new_supply_vdd, vdd_uv, vdd_reg, in ti_opp_config_regulators()
|
Completed in 2 milliseconds