Searched refs:opp_tables (Results 1 – 4 of 4) sorted by relevance
78 struct opp_table *opp_tables[NR_CPUS] = {0}; in qcom_cpufreq_kryo_probe() local143 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()
31 extern struct list_head opp_tables;
32 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()
32 list_for_each_entry(opp_table, &opp_tables, node) { in _managed_opp()