Home
last modified time | relevance | path

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

/linux/drivers/opp/
H A Dti-opp-supply.c51 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()
[all …]
/linux/arch/arm/mach-omap1/
H A DMakefile9 obj-y += clock.o clock_data.o opp_data.o reset.o pm_bus.o timer.o