Lines Matching refs:opp_data
51 static struct ti_opp_supply_data opp_data; variable
242 if (opp_data.vdd_absolute_max_voltage_uv) in _opp_set_voltage()
243 uv_max = opp_data.vdd_absolute_max_voltage_uv; in _opp_set_voltage()
279 struct dev_pm_opp_supply *old_supply_vdd = &opp_data.old_supplies[0]; in ti_opp_config_regulators()
280 struct dev_pm_opp_supply *old_supply_vbb = &opp_data.old_supplies[1]; in ti_opp_config_regulators()
281 struct dev_pm_opp_supply *new_supply_vdd = &opp_data.new_supplies[0]; in ti_opp_config_regulators()
282 struct dev_pm_opp_supply *new_supply_vbb = &opp_data.new_supplies[1]; in ti_opp_config_regulators()
293 ret = dev_pm_opp_get_supplies(new_opp, opp_data.new_supplies); in ti_opp_config_regulators()
300 vdd_uv = _get_optimal_vdd_voltage(dev, &opp_data, in ti_opp_config_regulators()
331 ret = dev_pm_opp_get_supplies(old_opp, opp_data.old_supplies); in ti_opp_config_regulators()
390 ret = _store_optimized_voltages(dev, &opp_data); in ti_opp_supply_probe()
397 _free_optimized_voltages(dev, &opp_data); in ti_opp_supply_probe()