Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dti-opp-supply.c280 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()