Searched refs:opp_data (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/cpufreq/ |
A D | ti-cpufreq.c | 251 ret = regmap_read(opp_data->syscon, opp_data->soc_data->efuse_offset, in ti_cpufreq_get_efuse() 273 *efuse_value = opp_data->soc_data->efuse_xlate(opp_data, efuse); in ti_cpufreq_get_efuse() 292 ret = regmap_read(opp_data->syscon, opp_data->soc_data->rev_offset, in ti_cpufreq_get_rev() 323 if (IS_ERR(opp_data->syscon)) { in ti_cpufreq_setup_syscon_register() 374 opp_data = devm_kzalloc(&pdev->dev, sizeof(*opp_data), GFP_KERNEL); in ti_cpufreq_probe() 375 if (!opp_data) in ti_cpufreq_probe() 381 if (!opp_data->cpu_dev) { in ti_cpufreq_probe() 386 opp_data->opp_node = dev_pm_opp_of_get_opp_desc_node(opp_data->cpu_dev); in ti_cpufreq_probe() 387 if (!opp_data->opp_node) { in ti_cpufreq_probe() 388 dev_info(opp_data->cpu_dev, in ti_cpufreq_probe() [all …]
|
/linux-6.3-rc2/drivers/opp/ |
A D | ti-opp-supply.c | 50 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() 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() 397 ret = _store_optimized_voltages(dev, &opp_data); in ti_opp_supply_probe() [all …]
|
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A D | Makefile | 9 obj-y += clock.o clock_data.o opp_data.o reset.o pm_bus.o timer.o
|
Completed in 9 milliseconds