Home
last modified time | relevance | path

Searched refs:ti_opp_table (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dti-cpufreq.c327 struct opp_table *ti_opp_table; in ti_cpufreq_probe() local
373 ti_opp_table = dev_pm_opp_set_supported_hw(opp_data->cpu_dev, in ti_cpufreq_probe()
375 if (IS_ERR(ti_opp_table)) { in ti_cpufreq_probe()
378 ret = PTR_ERR(ti_opp_table); in ti_cpufreq_probe()
382 opp_data->opp_table = ti_opp_table; in ti_cpufreq_probe()
389 ti_opp_table = dev_pm_opp_set_regulators(opp_data->cpu_dev, in ti_cpufreq_probe()
392 if (IS_ERR(ti_opp_table)) { in ti_cpufreq_probe()
394 ret = PTR_ERR(ti_opp_table); in ti_cpufreq_probe()

Completed in 1 milliseconds