Home
last modified time | relevance | path

Searched refs:dev_pm_opp (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.10/drivers/opp/
Dopp.h73 struct dev_pm_opp { struct
90 struct dev_pm_opp **required_opps; argument
185 struct dev_pm_opp *suspend_opp;
214 void dev_pm_opp_get(struct dev_pm_opp *opp);
220 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table);
221 void _opp_free(struct dev_pm_opp *opp);
222 int _opp_compare_key(struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
223 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate…
234 struct dev_pm_opp *opp);
240 struct dev_pm_opp *opp) {} in _of_opp_free_required_opps()
[all …]
Dcore.c101 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp) in dev_pm_opp_get_voltage()
119 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp) in dev_pm_opp_get_freq()
137 unsigned int dev_pm_opp_get_level(struct dev_pm_opp *opp) in dev_pm_opp_get_level()
158 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp) in dev_pm_opp_is_turbo()
201 struct dev_pm_opp *opp; in dev_pm_opp_get_max_volt_latency()
304 struct dev_pm_opp *opp; in _get_opp_count()
369 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev, in dev_pm_opp_find_freq_exact()
374 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); in dev_pm_opp_find_freq_exact()
419 struct dev_pm_opp *dev_pm_opp_find_level_exact(struct device *dev, in dev_pm_opp_find_level_exact()
423 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); in dev_pm_opp_find_level_exact()
[all …]
Dof.c75 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np()
78 struct dev_pm_opp *opp; in _find_opp_of_np()
269 struct dev_pm_opp *opp) in _of_opp_free_required_opps()
271 struct dev_pm_opp **required_opps = opp->required_opps; in _of_opp_free_required_opps()
291 struct dev_pm_opp *opp) in _of_opp_alloc_required_opps()
293 struct dev_pm_opp **required_opps; in _of_opp_alloc_required_opps()
490 static int opp_parse_supplies(struct dev_pm_opp *opp, struct device *dev, in opp_parse_supplies()
642 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table, in _read_bw()
683 static int _read_opp_key(struct dev_pm_opp *new_opp, struct opp_table *table, in _read_opp_key()
750 static struct dev_pm_opp *_opp_add_static_v2(struct opp_table *opp_table, in _opp_add_static_v2()
[all …]
Ddebugfs.c30 void opp_debug_remove_one(struct dev_pm_opp *opp) in opp_debug_remove_one()
53 static void opp_debug_create_bw(struct dev_pm_opp *opp, in opp_debug_create_bw()
76 static void opp_debug_create_supplies(struct dev_pm_opp *opp, 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()
Dcpu.c46 struct dev_pm_opp *opp; in dev_pm_opp_init_cpufreq_table()
/Linux-v5.10/include/linux/
Dpm_opp.h20 struct dev_pm_opp;
96 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp);
98 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp);
100 unsigned int dev_pm_opp_get_level(struct dev_pm_opp *opp);
102 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp);
110 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev,
113 struct dev_pm_opp *dev_pm_opp_find_level_exact(struct device *dev,
116 struct dev_pm_opp *dev_pm_opp_find_freq_floor(struct device *dev,
118 struct dev_pm_opp *dev_pm_opp_find_freq_ceil_by_volt(struct device *dev,
121 struct dev_pm_opp *dev_pm_opp_find_freq_ceil(struct device *dev,
[all …]
Dpm_domain.h100 struct dev_pm_opp;
127 struct dev_pm_opp *opp);
317 struct dev_pm_opp *opp);
365 struct dev_pm_opp *opp) in pm_genpd_opp_to_performance_state()
Ddevfreq.h235 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev,
356 static inline struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c31 struct dev_pm_opp *opp; in panfrost_devfreq_target()
92 struct dev_pm_opp *opp; in panfrost_devfreq_init()
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_devfreq.c37 struct dev_pm_opp *opp; in lima_devfreq_target()
131 struct dev_pm_opp *opp; in lima_devfreq_init()
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.h76 void a6xx_gmu_set_freq(struct msm_gpu *gpu, struct dev_pm_opp *opp);
Da6xx_gmu.c107 void a6xx_gmu_set_freq(struct msm_gpu *gpu, struct dev_pm_opp *opp) in a6xx_gmu_set_freq()
850 struct dev_pm_opp *gpu_opp; in a6xx_gmu_set_initial_freq()
864 struct dev_pm_opp *gpu_opp; in a6xx_gmu_set_initial_bw()
1169 struct dev_pm_opp *opp; in a6xx_gmu_get_arc_level()
1286 struct dev_pm_opp *opp; in a6xx_gmu_build_freq_table()
/Linux-v5.10/drivers/devfreq/
Dimx8m-ddrc.c234 struct dev_pm_opp *new_opp; in imx8m_ddrc_target()
345 struct dev_pm_opp *opp; in imx8m_ddrc_check_opps()
Dexynos-bus.c95 struct dev_pm_opp *new_opp; in exynos_bus_target()
246 struct dev_pm_opp *opp; in exynos_bus_parse_of()
Dimx-bus.c25 struct dev_pm_opp *new_opp; in imx_bus_target()
Dgovernor_passive.c22 struct dev_pm_opp *opp; in devfreq_passive_get_target_freq()
Drk3399_dmc.c78 struct dev_pm_opp *opp; in rk3399_dmcfreq_target()
316 struct dev_pm_opp *opp; in rk3399_dmcfreq_probe()
Dtegra20-devfreq.c42 struct dev_pm_opp *opp; in tegra_devfreq_target()
Ddevfreq.c85 struct dev_pm_opp *opp; in find_available_min_freq()
99 struct dev_pm_opp *opp; in find_available_max_freq()
178 struct dev_pm_opp *opp; in set_freq_table()
1897 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
1901 struct dev_pm_opp *opp; in devfreq_recommended_opp()
/Linux-v5.10/drivers/cpufreq/
Dqcom-cpufreq-hw.c45 struct dev_pm_opp *opp; in qcom_cpufreq_set_bw()
136 struct dev_pm_opp *opp; in qcom_cpufreq_hw_read_lut()
Domap-cpufreq.c45 struct dev_pm_opp *opp; in omap_target()
Dimx6q-cpufreq.c60 struct dev_pm_opp *opp; in imx6q_set_target()
341 struct dev_pm_opp *opp; in imx6q_cpufreq_probe()
Dmediatek-cpufreq.c210 struct dev_pm_opp *opp; in mtk_cpufreq_set_target()
307 struct dev_pm_opp *opp; in mtk_cpu_dvfs_info_init()
/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c139 struct dev_pm_opp *opp; in get_voltage()
402 struct dev_pm_opp *opp; in devfreq_cooling_gen_tables()
/Linux-v5.10/drivers/soc/samsung/
Dexynos-asv.c32 struct dev_pm_opp *opp; in exynos_asv_update_cpu_opps()

12