Home
last modified time | relevance | path

Searched refs:dev_pm_opp_disable (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dimx6q-cpufreq.c257 if (dev_pm_opp_disable(dev, 996000000)) in imx6q_opp_check_speed_grading()
263 if (dev_pm_opp_disable(dev, 852000000)) in imx6q_opp_check_speed_grading()
266 if (dev_pm_opp_disable(dev, 1200000000)) in imx6q_opp_check_speed_grading()
321 if (dev_pm_opp_disable(dev, 696000000)) in imx6ul_opp_check_speed_grading()
327 if (dev_pm_opp_disable(dev, 792000000)) in imx6ul_opp_check_speed_grading()
331 if (dev_pm_opp_disable(dev, 900000000)) in imx6ul_opp_check_speed_grading()
H A Dqcom-cpufreq-hw.c157 dev_pm_opp_disable(cpu_dev, rate); in qcom_cpufreq_hw_read_lut()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_opp.h136 int dev_pm_opp_disable(struct device *dev, unsigned long freq);
277 static inline int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable() function
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dopp.rst230 dev_pm_opp_disable
242 ret = dev_pm_opp_disable(dev, 1000000000);
368 | +-----+ \- dev_pm_opp_disable
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dimx8m-ddrc.c366 dev_pm_opp_disable(dev, freq); in imx8m_ddrc_check_opps()
H A Drockchip_dmc.c1223 dev_pm_opp_disable(dmcfreq->dev, rate); in rockchip_get_freq_info()
/OK3568_Linux_fs/kernel/drivers/opp/
H A Dcore.c2375 int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable() function
2379 EXPORT_SYMBOL_GPL(dev_pm_opp_disable);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_generic418 dev_pm_opp_disable
H A Dabi_gki_aarch64_db845c1490 dev_pm_opp_disable
H A Dabi_gki_aarch64_exynos390 dev_pm_opp_disable
H A Dabi_gki_aarch64_mtk475 dev_pm_opp_disable
H A Dabi_gki_aarch64_rockchip2407 dev_pm_opp_disable
H A Dabi_gki_aarch64_galaxy1096 dev_pm_opp_disable
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c1601 dev_pm_opp_disable(dev, opp->rate); in rockchip_adjust_opp_table()