Searched refs:opp_data (Results 1 – 3 of 3) sorted by relevance
| /drivers/cpufreq/ |
| A D | ti-cpufreq.c | 355 ret = regmap_read(opp_data->syscon, opp_data->soc_data->efuse_offset, in ti_cpufreq_get_efuse() 381 *efuse_value = opp_data->soc_data->efuse_xlate(opp_data, efuse); in ti_cpufreq_get_efuse() 410 ret = regmap_read(opp_data->syscon, opp_data->soc_data->rev_offset, in ti_cpufreq_get_rev() 442 if (IS_ERR(opp_data->syscon)) { in ti_cpufreq_setup_syscon_register() 493 opp_data = devm_kzalloc(&pdev->dev, sizeof(*opp_data), GFP_KERNEL); in ti_cpufreq_probe() 494 if (!opp_data) in ti_cpufreq_probe() 500 if (!opp_data->cpu_dev) { in ti_cpufreq_probe() 505 opp_data->opp_node = dev_pm_opp_of_get_opp_desc_node(opp_data->cpu_dev); in ti_cpufreq_probe() 506 if (!opp_data->opp_node) { in ti_cpufreq_probe() 507 dev_info(opp_data->cpu_dev, in ti_cpufreq_probe() [all …]
|
| A D | sun50i-cpufreq-nvmem.c | 193 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()
|
| /drivers/opp/ |
| A D | ti-opp-supply.c | 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() 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() [all …]
|
Completed in 10 milliseconds