Home
last modified time | relevance | path

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

/linux/drivers/opp/
H A Dti-opp-supply.c51 static struct ti_opp_supply_data opp_data; variable
241 if (opp_data.vdd_absolute_max_voltage_uv) in _opp_set_voltage()
242 uv_max = opp_data.vdd_absolute_max_voltage_uv; in _opp_set_voltage()
278 struct dev_pm_opp_supply *old_supply_vdd = &opp_data.old_supplies[0]; in ti_opp_config_regulators()
279 struct dev_pm_opp_supply *old_supply_vbb = &opp_data.old_supplies[1]; in ti_opp_config_regulators()
280 struct dev_pm_opp_supply *new_supply_vdd = &opp_data.new_supplies[0]; in ti_opp_config_regulators()
281 struct dev_pm_opp_supply *new_supply_vbb = &opp_data.new_supplies[1]; in ti_opp_config_regulators()
292 ret = dev_pm_opp_get_supplies(new_opp, opp_data.new_supplies); in ti_opp_config_regulators()
299 vdd_uv = _get_optimal_vdd_voltage(dev, &opp_data, in ti_opp_config_regulators()
330 ret = dev_pm_opp_get_supplies(old_opp, opp_data.old_supplies); in ti_opp_config_regulators()
[all …]
/linux/drivers/cpufreq/
H A Dsun50i-cpufreq-nvmem.c193 const struct sunxi_cpufreq_data *opp_data; in sun50i_cpufreq_get_efuse() local
215 opp_data = match->data; in sun50i_cpufreq_get_efuse()
231 ret = opp_data->efuse_xlate(speedbin); in sun50i_cpufreq_get_efuse()
/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