Searched refs:_opp_set_voltage (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/opp/ |
H A D | ti-opp-supply.c | 220 static int _opp_set_voltage(struct device *dev, in _opp_set_voltage() function 307 ret = _opp_set_voltage(dev, new_supply_vdd, vdd_uv, vdd_reg, in ti_opp_config_regulators() 312 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 316 ret = _opp_set_voltage(dev, new_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 320 ret = _opp_set_voltage(dev, new_supply_vdd, vdd_uv, vdd_reg, in ti_opp_config_regulators() 335 ret = _opp_set_voltage(dev, old_supply_vbb, 0, vbb_reg, "vbb"); in ti_opp_config_regulators() 339 ret = _opp_set_voltage(dev, old_supply_vdd, 0, vdd_reg, in ti_opp_config_regulators()
|