Searched refs:ti_opp_table (Results 1 – 1 of 1) sorted by relevance
209 struct opp_table *ti_opp_table; in ti_cpufreq_probe() local257 ti_opp_table = dev_pm_opp_set_supported_hw(opp_data->cpu_dev, in ti_cpufreq_probe()259 if (IS_ERR(ti_opp_table)) { in ti_cpufreq_probe()262 ret = PTR_ERR(ti_opp_table); in ti_cpufreq_probe()266 opp_data->opp_table = ti_opp_table; in ti_cpufreq_probe()269 ti_opp_table = dev_pm_opp_set_regulators(opp_data->cpu_dev, in ti_cpufreq_probe()272 if (IS_ERR(ti_opp_table)) { in ti_cpufreq_probe()274 ret = PTR_ERR(ti_opp_table); in ti_cpufreq_probe()