Home
last modified time | relevance | path

Searched refs:opp_table (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v5.10/drivers/opp/
Dcore.c34 struct opp_table *opp_table) in _find_opp_dev() argument
38 list_for_each_entry(opp_dev, &opp_table->dev_list, node) in _find_opp_dev()
45 static struct opp_table *_find_opp_table_unlocked(struct device *dev) in _find_opp_table_unlocked()
47 struct opp_table *opp_table; in _find_opp_table_unlocked() local
50 list_for_each_entry(opp_table, &opp_tables, node) { in _find_opp_table_unlocked()
51 mutex_lock(&opp_table->lock); in _find_opp_table_unlocked()
52 found = !!_find_opp_dev(dev, opp_table); in _find_opp_table_unlocked()
53 mutex_unlock(&opp_table->lock); in _find_opp_table_unlocked()
56 _get_opp_table_kref(opp_table); in _find_opp_table_unlocked()
58 return opp_table; in _find_opp_table_unlocked()
[all …]
Dopp.h91 struct opp_table *opp_table; member
168 struct opp_table { struct
189 struct opp_table **required_opp_tables; argument
215 bool _opp_remove_all_static(struct opp_table *opp_table); argument
216 void _get_opp_table_kref(struct opp_table *opp_table);
217 int _get_opp_count(struct opp_table *opp_table);
218 struct opp_table *_find_opp_table(struct device *dev);
219 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table);
220 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
223 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate…
[all …]
Dof.c42 struct opp_table *_managed_opp(struct device *dev, int index) in _managed_opp()
44 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local
51 list_for_each_entry(opp_table, &opp_tables, node) { in _managed_opp()
52 if (opp_table->np == np) { in _managed_opp()
60 if (opp_table->shared_opp == OPP_TABLE_ACCESS_SHARED) { in _managed_opp()
61 _get_opp_table_kref(opp_table); in _managed_opp()
62 managed_table = opp_table; in _managed_opp()
75 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np() argument
80 mutex_lock(&opp_table->lock); in _find_opp_of_np()
82 list_for_each_entry(opp, &opp_table->opp_list, node) { in _find_opp_of_np()
[all …]
Ddebugfs.c54 struct opp_table *opp_table, in opp_debug_create_bw() argument
61 for (i = 0; i < opp_table->path_count; i++) { in opp_debug_create_bw()
67 debugfs_create_file("name", S_IRUGO, d, opp_table->paths[i], in opp_debug_create_bw()
77 struct opp_table *opp_table, in opp_debug_create_supplies() argument
83 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
105 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() argument
107 struct dentry *pdentry = opp_table->dentry; in opp_debug_create_one()
121 id = _get_opp_count(opp_table); in opp_debug_create_one()
137 opp_debug_create_supplies(opp, opp_table, d); in opp_debug_create_one()
138 opp_debug_create_bw(opp, opp_table, d); in opp_debug_create_one()
[all …]
Dcpu.c159 struct opp_table *opp_table; in dev_pm_opp_set_sharing_cpus() local
163 opp_table = _find_opp_table(cpu_dev); in dev_pm_opp_set_sharing_cpus()
164 if (IS_ERR(opp_table)) in dev_pm_opp_set_sharing_cpus()
165 return PTR_ERR(opp_table); in dev_pm_opp_set_sharing_cpus()
178 opp_dev = _add_opp_dev(dev, opp_table); in dev_pm_opp_set_sharing_cpus()
186 opp_table->shared_opp = OPP_TABLE_ACCESS_SHARED; in dev_pm_opp_set_sharing_cpus()
189 dev_pm_opp_put_opp_table(opp_table); in dev_pm_opp_set_sharing_cpus()
208 struct opp_table *opp_table; in dev_pm_opp_get_sharing_cpus() local
211 opp_table = _find_opp_table(cpu_dev); in dev_pm_opp_get_sharing_cpus()
212 if (IS_ERR(opp_table)) in dev_pm_opp_get_sharing_cpus()
[all …]
/Linux-v5.10/include/linux/
Dpm_opp.h22 struct opp_table;
92 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev);
93 struct opp_table *dev_pm_opp_get_opp_table_indexed(struct device *dev, int index);
94 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
141 struct opp_table *dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int…
142 void dev_pm_opp_put_supported_hw(struct opp_table *opp_table);
143 struct opp_table *dev_pm_opp_set_prop_name(struct device *dev, const char *name);
144 void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
145 struct opp_table *dev_pm_opp_set_regulators(struct device *dev, const char * const names[], unsigne…
146 void dev_pm_opp_put_regulators(struct opp_table *opp_table);
[all …]
Dpm_domain.h101 struct opp_table;
125 struct opp_table *opp_table; /* OPP table of the genpd */ member
Dqcom-geni-se.h61 struct opp_table *opp_table; member
/Linux-v5.10/drivers/cpufreq/
Dtegra20-cpufreq.c38 struct opp_table *opp_table; in tegra20_cpufreq_probe() local
64 opp_table = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
65 err = PTR_ERR_OR_ZERO(opp_table); in tegra20_cpufreq_probe()
84 dev_pm_opp_put_supported_hw(opp_table); in tegra20_cpufreq_probe()
92 struct opp_table *opp_table; in tegra20_cpufreq_remove() local
97 opp_table = dev_pm_opp_get_opp_table(get_cpu_device(0)); in tegra20_cpufreq_remove()
98 dev_pm_opp_put_supported_hw(opp_table); in tegra20_cpufreq_remove()
99 dev_pm_opp_put_opp_table(opp_table); in tegra20_cpufreq_remove()
Dsti-cpufreq.c161 struct opp_table *opp_table; in sti_cpufreq_set_opp_info() local
213 opp_table = dev_pm_opp_set_prop_name(dev, name); in sti_cpufreq_set_opp_info()
214 if (IS_ERR(opp_table)) { in sti_cpufreq_set_opp_info()
216 return PTR_ERR(opp_table); in sti_cpufreq_set_opp_info()
223 opp_table = dev_pm_opp_set_supported_hw(dev, version, VERSION_ELEMENTS); in sti_cpufreq_set_opp_info()
224 if (IS_ERR(opp_table)) { in sti_cpufreq_set_opp_info()
226 return PTR_ERR(opp_table); in sti_cpufreq_set_opp_info()
Dcpufreq-dt.c32 struct opp_table *opp_table; member
33 struct opp_table *reg_opp_table;
260 priv->opp_table = dev_pm_opp_get_opp_table(cpu_dev); in dt_cpufreq_early_init()
261 if (IS_ERR(priv->opp_table)) { in dt_cpufreq_early_init()
262 ret = PTR_ERR(priv->opp_table); in dt_cpufreq_early_init()
318 dev_pm_opp_put_opp_table(priv->opp_table); in dt_cpufreq_early_init()
331 dev_pm_opp_put_opp_table(priv->opp_table); in dt_cpufreq_release()
Dti-cpufreq.c63 struct opp_table *opp_table; member
327 struct opp_table *ti_opp_table; in ti_cpufreq_probe()
382 opp_data->opp_table = ti_opp_table; in ti_cpufreq_probe()
393 dev_pm_opp_put_supported_hw(opp_data->opp_table); in ti_cpufreq_probe()
Dsun50i-cpufreq-nvmem.c89 struct opp_table **opp_tables; in sun50i_cpufreq_nvmem_probe()
145 struct opp_table **opp_tables = platform_get_drvdata(pdev); in sun50i_cpufreq_nvmem_remove()
Dqcom-cpufreq-nvmem.c58 struct opp_table **names_opp_tables;
59 struct opp_table **hw_opp_tables;
60 struct opp_table **genpd_opp_tables;
/Linux-v5.10/drivers/devfreq/
Dexynos-bus.c35 struct opp_table *opp_table; member
161 if (bus->opp_table) { in exynos_bus_exit()
162 dev_pm_opp_put_regulators(bus->opp_table); in exynos_bus_exit()
163 bus->opp_table = NULL; in exynos_bus_exit()
179 struct opp_table *opp_table; in exynos_bus_parent_parse_of() local
183 opp_table = dev_pm_opp_set_regulators(dev, &vdd, 1); in exynos_bus_parent_parse_of()
184 if (IS_ERR(opp_table)) { in exynos_bus_parent_parse_of()
185 ret = PTR_ERR(opp_table); in exynos_bus_parent_parse_of()
190 bus->opp_table = opp_table; in exynos_bus_parent_parse_of()
236 dev_pm_opp_put_regulators(bus->opp_table); in exynos_bus_parent_parse_of()
[all …]
/Linux-v5.10/drivers/soc/samsung/
Dexynos-asv.c84 struct opp_table *last_opp_table = NULL; in exynos_asv_update_opps()
89 struct opp_table *opp_table; in exynos_asv_update_opps() local
95 opp_table = dev_pm_opp_get_opp_table(cpu); in exynos_asv_update_opps()
96 if (IS_ERR(opp_table)) in exynos_asv_update_opps()
99 if (!last_opp_table || opp_table != last_opp_table) { in exynos_asv_update_opps()
100 last_opp_table = opp_table; in exynos_asv_update_opps()
108 dev_pm_opp_put_opp_table(opp_table); in exynos_asv_update_opps()
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_devfreq.c128 struct opp_table *opp_table; in lima_devfreq_init() local
141 opp_table = dev_pm_opp_set_clkname(dev, "core"); in lima_devfreq_init()
142 if (IS_ERR(opp_table)) { in lima_devfreq_init()
143 ret = PTR_ERR(opp_table); in lima_devfreq_init()
147 ldevfreq->clkname_opp_table = opp_table; in lima_devfreq_init()
149 opp_table = dev_pm_opp_set_regulators(dev, in lima_devfreq_init()
152 if (IS_ERR(opp_table)) { in lima_devfreq_init()
153 ret = PTR_ERR(opp_table); in lima_devfreq_init()
159 ldevfreq->regulators_opp_table = opp_table; in lima_devfreq_init()
Dlima_devfreq.h11 struct opp_table;
18 struct opp_table *clkname_opp_table;
19 struct opp_table *regulators_opp_table;
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c96 struct opp_table *opp_table; in panfrost_devfreq_init() local
100 opp_table = dev_pm_opp_set_regulators(dev, pfdev->comp->supply_names, in panfrost_devfreq_init()
102 if (IS_ERR(opp_table)) { in panfrost_devfreq_init()
103 ret = PTR_ERR(opp_table); in panfrost_devfreq_init()
110 pfdevfreq->regulators_opp_table = opp_table; in panfrost_devfreq_init()
Dpanfrost_devfreq.h11 struct opp_table;
18 struct opp_table *regulators_opp_table;
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dpm_helpers.c748 struct opp_table *opp_table; in vcodec_domains_get() local
778 opp_table = dev_pm_opp_attach_genpd(dev, res->opp_pmdomain, &opp_virt_dev); in vcodec_domains_get()
779 if (IS_ERR(opp_table)) { in vcodec_domains_get()
780 ret = PTR_ERR(opp_table); in vcodec_domains_get()
797 dev_pm_opp_detach_genpd(core->opp_table); in vcodec_domains_get()
835 dev_pm_opp_detach_genpd(core->opp_table); in vcodec_domains_put()
864 core->opp_table = dev_pm_opp_set_clkname(dev, "core"); in core_get_v4()
865 if (IS_ERR(core->opp_table)) in core_get_v4()
866 return PTR_ERR(core->opp_table); in core_get_v4()
874 dev_pm_opp_put_clkname(core->opp_table); in core_get_v4()
[all …]
/Linux-v5.10/drivers/spi/
Dspi-qcom-qspi.c145 struct opp_table *opp_table; member
539 ctrl->opp_table = dev_pm_opp_set_clkname(&pdev->dev, "core"); in qcom_qspi_probe()
540 if (IS_ERR(ctrl->opp_table)) { in qcom_qspi_probe()
541 ret = PTR_ERR(ctrl->opp_table); in qcom_qspi_probe()
563 dev_pm_opp_put_clkname(ctrl->opp_table); in qcom_qspi_probe()
581 dev_pm_opp_put_clkname(ctrl->opp_table); in qcom_qspi_remove()
Dspi-geni-qcom.c618 mas->se.opp_table = dev_pm_opp_set_clkname(&pdev->dev, "se"); in spi_geni_probe()
619 if (IS_ERR(mas->se.opp_table)) in spi_geni_probe()
620 return PTR_ERR(mas->se.opp_table); in spi_geni_probe()
679 dev_pm_opp_put_clkname(mas->se.opp_table); in spi_geni_probe()
694 dev_pm_opp_put_clkname(mas->se.opp_table); in spi_geni_remove()
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.h133 struct opp_table *opp_table; member
/Linux-v5.10/Documentation/devicetree/bindings/cpufreq/
Dimx-cpufreq-dt.txt23 opp_table {

12