| /Linux-v6.1/include/linux/ |
| D | pm_opp.h | 20 struct dev_pm_opp; 61 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, 65 struct dev_pm_opp *opp, void *data, bool scaling_down); 100 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp); 102 int dev_pm_opp_get_supplies(struct dev_pm_opp *opp, struct dev_pm_opp_supply *supplies); 104 unsigned long dev_pm_opp_get_power(struct dev_pm_opp *opp); 106 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp); 108 unsigned int dev_pm_opp_get_level(struct dev_pm_opp *opp); 110 unsigned int dev_pm_opp_get_required_pstate(struct dev_pm_opp *opp, 113 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp); [all …]
|
| D | pm_domain.h | 114 struct dev_pm_opp; 142 struct dev_pm_opp *opp); 335 struct dev_pm_opp *opp); 383 struct dev_pm_opp *opp) in pm_genpd_opp_to_performance_state()
|
| D | devfreq.h | 248 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, 381 static inline struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
|
| /Linux-v6.1/drivers/opp/ |
| D | opp.h | 95 struct dev_pm_opp { struct 113 struct dev_pm_opp **required_opps; argument 214 struct dev_pm_opp *current_opp; 215 struct dev_pm_opp *suspend_opp; 245 void dev_pm_opp_get(struct dev_pm_opp *opp); 251 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table); 252 void _opp_free(struct dev_pm_opp *opp); 253 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2); 254 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table); 259 void _required_opps_available(struct dev_pm_opp *opp, int count); [all …]
|
| D | core.c | 121 unsigned long dev_pm_opp_get_voltage(struct dev_pm_opp *opp) in dev_pm_opp_get_voltage() 143 int dev_pm_opp_get_supplies(struct dev_pm_opp *opp, in dev_pm_opp_get_supplies() 166 unsigned long dev_pm_opp_get_power(struct dev_pm_opp *opp) in dev_pm_opp_get_power() 189 unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp) in dev_pm_opp_get_freq() 210 unsigned int dev_pm_opp_get_level(struct dev_pm_opp *opp) in dev_pm_opp_get_level() 230 unsigned int dev_pm_opp_get_required_pstate(struct dev_pm_opp *opp, in dev_pm_opp_get_required_pstate() 257 bool dev_pm_opp_is_turbo(struct dev_pm_opp *opp) in dev_pm_opp_is_turbo() 300 struct dev_pm_opp *opp; in dev_pm_opp_get_max_volt_latency() 403 struct dev_pm_opp *opp; in _get_opp_count() 446 static unsigned long _read_freq(struct dev_pm_opp *opp, int index) in _read_freq() [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() 278 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) in _of_clear_opp() 286 struct dev_pm_opp *opp) in _of_opp_alloc_required_opps() 288 struct dev_pm_opp **required_opps; in _of_opp_alloc_required_opps() 339 struct dev_pm_opp *opp; in lazy_link_required_opps() 364 struct dev_pm_opp *opp; in lazy_link_required_opp_table() 581 static int opp_parse_supplies(struct dev_pm_opp *opp, struct device *dev, in opp_parse_supplies() [all …]
|
| D | debugfs.c | 31 void opp_debug_remove_one(struct dev_pm_opp *opp) in opp_debug_remove_one() 54 static void opp_debug_create_bw(struct dev_pm_opp *opp, in opp_debug_create_bw() 77 static void opp_debug_create_clks(struct dev_pm_opp *opp, in opp_debug_create_clks() 95 static void opp_debug_create_supplies(struct dev_pm_opp *opp, in opp_debug_create_supplies() 127 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one()
|
| D | ti-opp-supply.c | 275 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in ti_opp_config_regulators()
|
| D | cpu.c | 46 struct dev_pm_opp *opp; in dev_pm_opp_init_cpufreq_table()
|
| /Linux-v6.1/Documentation/translations/zh_CN/power/ |
| D | opp.rst | 96 OPP库内部用dev_pm_opp结构体存储并管理这些信息。这个函数可以被SoC框架根据SoC 222 由于OPP库对OPP信息进行了抽象化处理,因此需要一组函数来从dev_pm_opp结构体中提取 309 struct dev_pm_opp 315 结构体dev_pm_opp的指针不应该由用户解析或修改。一个实例的默认值由
|
| /Linux-v6.1/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-v6.1/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-v6.1/drivers/devfreq/ |
| D | mtk-cci-devfreq.c | 131 struct dev_pm_opp *opp; in mtk_ccifreq_target() 223 struct dev_pm_opp *opp = data; in mtk_ccifreq_opp_notifier() 253 struct dev_pm_opp *opp; in mtk_ccifreq_probe()
|
| 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() 245 struct dev_pm_opp *opp; in exynos_bus_parse_of()
|
| D | rk3399_dmc.c | 73 struct dev_pm_opp *opp; in rk3399_dmcfreq_target() 340 struct dev_pm_opp *opp; in rk3399_dmcfreq_probe()
|
| /Linux-v6.1/drivers/cpufreq/ |
| D | mediatek-cpufreq.c | 208 struct dev_pm_opp *opp; in mtk_cpufreq_set_target() 321 struct dev_pm_opp *opp = data; in mtk_cpufreq_opp_notifier() 322 struct dev_pm_opp *new_opp; in mtk_cpufreq_opp_notifier() 390 struct dev_pm_opp *opp; in mtk_cpu_dvfs_info_init()
|
| D | qcom-cpufreq-hw.c | 71 struct dev_pm_opp *opp; in qcom_cpufreq_set_bw() 172 struct dev_pm_opp *opp; in qcom_cpufreq_hw_read_lut() 307 struct dev_pm_opp *opp; in qcom_lmh_dcvs_notify()
|
| D | omap-cpufreq.c | 45 struct dev_pm_opp *opp; in omap_target()
|
| /Linux-v6.1/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_gpu.h | 80 void a6xx_gmu_set_freq(struct msm_gpu *gpu, struct dev_pm_opp *opp,
|
| /Linux-v6.1/drivers/clk/qcom/ |
| D | a53-pll.c | 68 struct dev_pm_opp *opp; in qcom_a53pll_get_freq_tbl()
|
| /Linux-v6.1/drivers/soc/samsung/ |
| D | exynos-asv.c | 29 struct dev_pm_opp *opp; in exynos_asv_update_cpu_opps()
|
| /Linux-v6.1/drivers/clk/tegra/ |
| D | clk-device.c | 34 struct dev_pm_opp *opp; in tegra_clock_set_pd_state()
|
| /Linux-v6.1/drivers/thermal/ |
| D | devfreq_cooling.c | 140 struct dev_pm_opp *opp; in get_voltage() 331 struct dev_pm_opp *opp; in devfreq_cooling_gen_tables()
|