Home
last modified time | relevance | path

Searched refs:opp_tables (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dqcom-cpufreq-kryo.c78 struct opp_table *opp_tables[NR_CPUS] = {0}; in qcom_cpufreq_kryo_probe() local
143 opp_tables[cpu] = dev_pm_opp_set_supported_hw(cpu_dev, in qcom_cpufreq_kryo_probe()
145 if (IS_ERR(opp_tables[cpu])) { in qcom_cpufreq_kryo_probe()
146 ret = PTR_ERR(opp_tables[cpu]); in qcom_cpufreq_kryo_probe()
162 if (IS_ERR_OR_NULL(opp_tables[cpu])) in qcom_cpufreq_kryo_probe()
164 dev_pm_opp_put_supported_hw(opp_tables[cpu]); in qcom_cpufreq_kryo_probe()
/Linux-v4.19/drivers/opp/
Dopp.h31 extern struct list_head opp_tables;
Dcore.c32 LIST_HEAD(opp_tables);
52 list_for_each_entry(opp_table, &opp_tables, node) { in _find_opp_table_unlocked()
819 list_add(&opp_table->node, &opp_tables); in _allocate_opp_table()
Dof.c32 list_for_each_entry(opp_table, &opp_tables, node) { in _managed_opp()