| /Linux-v5.15/include/linux/ |
| D | pm_opp.h | 20 struct dev_pm_opp; 95 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp); 97 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp); 99 unsigned int dev_pm_opp_get_level(struct dev_pm_opp *opp); 101 unsigned int dev_pm_opp_get_required_pstate(struct dev_pm_opp *opp, 104 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp); 112 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev, 115 struct dev_pm_opp *dev_pm_opp_find_level_exact(struct device *dev, 117 struct dev_pm_opp *dev_pm_opp_find_level_ceil(struct device *dev, 120 struct dev_pm_opp *dev_pm_opp_find_freq_floor(struct device *dev, [all …]
|
| D | pm_domain.h | 106 struct dev_pm_opp; 133 struct dev_pm_opp *opp); 331 struct dev_pm_opp *opp); 379 struct dev_pm_opp *opp) in pm_genpd_opp_to_performance_state()
|
| D | devfreq.h | 242 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, 363 static inline struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
|
| /Linux-v5.15/drivers/opp/ |
| D | opp.h | 74 struct dev_pm_opp { struct 92 struct dev_pm_opp **required_opps; argument 191 struct dev_pm_opp *current_opp; 192 struct dev_pm_opp *suspend_opp; 222 void dev_pm_opp_get(struct dev_pm_opp *opp); 228 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table); 229 void _opp_free(struct dev_pm_opp *opp); 230 int _opp_compare_key(struct dev_pm_opp *opp1, struct dev_pm_opp *opp2); 231 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate… 236 void _required_opps_available(struct dev_pm_opp *opp, int count); [all …]
|
| D | core.c | 105 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp) in dev_pm_opp_get_voltage() 123 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp) in dev_pm_opp_get_freq() 141 unsigned int dev_pm_opp_get_level(struct dev_pm_opp *opp) in dev_pm_opp_get_level() 161 unsigned int dev_pm_opp_get_required_pstate(struct dev_pm_opp *opp, in dev_pm_opp_get_required_pstate() 188 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp) in dev_pm_opp_is_turbo() 231 struct dev_pm_opp *opp; in dev_pm_opp_get_max_volt_latency() 334 struct dev_pm_opp *opp; in _get_opp_count() 399 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev, in dev_pm_opp_find_freq_exact() 404 struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); in dev_pm_opp_find_freq_exact() 449 struct dev_pm_opp *dev_pm_opp_find_level_exact(struct device *dev, in dev_pm_opp_find_level_exact() [all …]
|
| D | of.c | 75 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() 258 struct dev_pm_opp *opp) in _of_opp_free_required_opps() 260 struct dev_pm_opp **required_opps = opp->required_opps; in _of_opp_free_required_opps() 280 struct dev_pm_opp *opp) in _of_opp_alloc_required_opps() 282 struct dev_pm_opp **required_opps; in _of_opp_alloc_required_opps() 333 struct dev_pm_opp *opp; in lazy_link_required_opps() 358 struct dev_pm_opp *opp; in lazy_link_required_opp_table() 575 static int opp_parse_supplies(struct dev_pm_opp *opp, struct device *dev, in opp_parse_supplies() 727 static int _read_bw(struct dev_pm_opp *new_opp, struct opp_table *table, in _read_bw() [all …]
|
| D | debugfs.c | 30 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()
|
| D | cpu.c | 46 struct dev_pm_opp *opp; in dev_pm_opp_init_cpufreq_table()
|
| /Linux-v5.15/drivers/gpu/drm/panfrost/ |
| D | panfrost_devfreq.c | 31 struct dev_pm_opp *opp; in panfrost_devfreq_target() 88 struct dev_pm_opp *opp; in panfrost_devfreq_init()
|
| /Linux-v5.15/drivers/gpu/drm/lima/ |
| D | lima_devfreq.c | 37 struct dev_pm_opp *opp; in lima_devfreq_target() 111 struct dev_pm_opp *opp; in lima_devfreq_init()
|
| /Linux-v5.15/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_gpu.h | 90 void a6xx_gmu_set_freq(struct msm_gpu *gpu, struct dev_pm_opp *opp);
|
| D | a6xx_gmu.c | 105 void a6xx_gmu_set_freq(struct msm_gpu *gpu, struct dev_pm_opp *opp) in a6xx_gmu_set_freq() 890 struct dev_pm_opp *gpu_opp; in a6xx_gmu_set_initial_freq() 904 struct dev_pm_opp *gpu_opp; in a6xx_gmu_set_initial_bw() 1210 struct dev_pm_opp *opp; in a6xx_gmu_get_arc_level() 1327 struct dev_pm_opp *opp; in a6xx_gmu_build_freq_table()
|
| /Linux-v5.15/drivers/devfreq/ |
| D | imx8m-ddrc.c | 234 struct dev_pm_opp *new_opp; in imx8m_ddrc_target() 333 struct dev_pm_opp *opp; in imx8m_ddrc_check_opps()
|
| D | imx-bus.c | 25 struct dev_pm_opp *new_opp; in imx_bus_target()
|
| D | exynos-bus.c | 96 struct dev_pm_opp *new_opp; in exynos_bus_target() 249 struct dev_pm_opp *opp; in exynos_bus_parse_of()
|
| D | governor_passive.c | 22 struct dev_pm_opp *opp, *p_opp; in devfreq_passive_get_target_freq()
|
| D | rk3399_dmc.c | 78 struct dev_pm_opp *opp; in rk3399_dmcfreq_target() 316 struct dev_pm_opp *opp; in rk3399_dmcfreq_probe()
|
| /Linux-v5.15/drivers/cpufreq/ |
| D | qcom-cpufreq-hw.c | 61 struct dev_pm_opp *opp; in qcom_cpufreq_set_bw() 152 struct dev_pm_opp *opp; in qcom_cpufreq_hw_read_lut() 282 struct dev_pm_opp *opp; in qcom_lmh_dcvs_notify()
|
| D | omap-cpufreq.c | 45 struct dev_pm_opp *opp; in omap_target()
|
| D | imx6q-cpufreq.c | 60 struct dev_pm_opp *opp; in imx6q_set_target() 341 struct dev_pm_opp *opp; in imx6q_cpufreq_probe()
|
| D | mediatek-cpufreq.c | 210 struct dev_pm_opp *opp; in mtk_cpufreq_set_target() 307 struct dev_pm_opp *opp; in mtk_cpu_dvfs_info_init()
|
| /Linux-v5.15/drivers/thermal/ |
| D | devfreq_cooling.c | 138 struct dev_pm_opp *opp; in get_voltage() 324 struct dev_pm_opp *opp; in devfreq_cooling_gen_tables()
|
| /Linux-v5.15/drivers/soc/samsung/ |
| D | exynos-asv.c | 29 struct dev_pm_opp *opp; in exynos_asv_update_cpu_opps()
|
| /Linux-v5.15/drivers/clk/qcom/ |
| D | a53-pll.c | 68 struct dev_pm_opp *opp; in qcom_a53pll_get_freq_tbl()
|
| /Linux-v5.15/drivers/gpu/drm/msm/ |
| D | msm_gpu_devfreq.c | 21 struct dev_pm_opp *opp; in msm_devfreq_target()
|