| /linux/drivers/opp/ |
| H A D | opp.h | 108 struct dev_pm_opp { struct 125 struct dev_pm_opp **required_opps; argument 224 struct dev_pm_opp *current_opp; 225 struct dev_pm_opp *suspend_opp; 257 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table); 258 void _opp_free(struct dev_pm_opp *opp); 259 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2); 260 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table); 264 void _required_opps_available(struct dev_pm_opp *opp, int count); 275 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp); [all …]
|
| H A D | ti-opp-supply.c | 275 struct dev_pm_opp *old_opp, struct dev_pm_opp *new_opp, in ti_opp_config_regulators()
|
| H A D | cpu.c | 60 struct dev_pm_opp *opp __free(put_opp) = in dev_pm_opp_init_cpufreq_table()
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A 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/rust/kernel/ |
| H A D | opp.rs | 518 opp: *mut bindings::dev_pm_opp, in config_clks() argument 542 old_opp: *mut bindings::dev_pm_opp, in config_regulators() argument 543 new_opp: *mut bindings::dev_pm_opp, in config_regulators() argument 1001 /// Rust abstraction for the C `struct dev_pm_opp`. 1034 pub struct OPP(Opaque<bindings::dev_pm_opp>); 1070 pub unsafe fn from_raw_opp_owned(ptr: *mut bindings::dev_pm_opp) -> Result<ARef<Self>> { in from_raw_opp_owned() 1088 pub unsafe fn from_raw_opp<'a>(ptr: *mut bindings::dev_pm_opp) -> Result<&'a Self> { in from_raw_opp() 1095 fn as_raw(&self) -> *mut bindings::dev_pm_opp { in as_raw() 1093 as_raw(&self) -> *mut bindings::dev_pm_opp as_raw() argument
|
| /linux/drivers/gpu/drm/lima/ |
| H A 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/include/linux/ |
| H A D | devfreq.h | 254 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, 384 static inline struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
|
| /linux/drivers/cpufreq/ |
| H A D | tegra186-cpufreq.c | 84 struct dev_pm_opp *opp __free(put_opp) = in tegra_cpufreq_set_bw() 130 struct dev_pm_opp *opp __free(put_opp) = in tegra_cpufreq_init_cpufreq_table() 147 struct dev_pm_opp *opp __free(put_opp) = in tegra_cpufreq_init_cpufreq_table()
|
| /linux/drivers/devfreq/ |
| H A D | imx8m-ddrc.c | 233 struct dev_pm_opp *new_opp; in imx8m_ddrc_target() 332 struct dev_pm_opp *opp; in imx8m_ddrc_check_opps()
|
| H A D | imx-bus.c | 25 struct dev_pm_opp *new_opp; in imx_bus_target()
|
| H A D | rk3399_dmc.c | 74 struct dev_pm_opp *opp; in rk3399_dmcfreq_target() 341 struct dev_pm_opp *opp; in rk3399_dmcfreq_probe()
|
| H A D | governor_passive.c | 80 struct dev_pm_opp *opp = NULL, *p_opp = NULL; in get_target_freq_by_required_opp()
|
| H A D | sun8i-a33-mbus.c | 220 struct dev_pm_opp *opp; in sun8i_a33_mbus_set_dram_target()
|
| H A D | hisi_uncore_freq.c | 255 struct dev_pm_opp *opp; in hisi_uncore_target()
|
| /linux/drivers/clk/qcom/ |
| H A D | a53-pll.c | 67 struct dev_pm_opp *opp; in qcom_a53pll_get_freq_tbl()
|
| /linux/drivers/soc/samsung/ |
| H A D | exynos-asv.c | 31 struct dev_pm_opp *opp; in exynos_asv_update_cpu_opps()
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-device.c | 33 struct dev_pm_opp *opp; in tegra_clock_set_pd_state()
|
| H A D | clk-dfll.c | 506 struct dev_pm_opp *opp; in get_dvco_rate_below() 798 struct dev_pm_opp *opp; in find_lut_index_for_rate() 1714 struct dev_pm_opp *opp; in dfll_build_i2c_lut() 1768 struct dev_pm_opp *opp; in dfll_build_lut()
|
| /linux/Documentation/power/ |
| H A D | opp.rst | 106 internally stores and manages this information in the dev_pm_opp struct. 250 information from the dev_pm_opp structure is necessary. Once an OPP pointer is 343 struct dev_pm_opp 352 The struct dev_pm_opp pointer should not be parsed or modified by the
|
| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 363 struct dev_pm_opp *opp; in exynos5_init_freq_table() 659 struct dev_pm_opp *opp; in exynos5_dmc_get_volt_freq()
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 1132 struct dev_pm_opp *opp, void *data, in ufshcd_opp_config_clks() 1169 struct dev_pm_opp *opp; in ufshcd_opp_set_rate() 1600 struct dev_pm_opp *opp; in ufshcd_devfreq_target()
|