Home
last modified time | relevance | path

Searched refs:dev_pm_opp_get_opp_count (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst76 dev_pm_opp_get_freq, dev_pm_opp_get_opp_count
82 dev_pm_opp_get_opp_count来刷新OPP的可用性计数。触发这些的具体机制,或者对有依赖的
268 dev_pm_opp_get_opp_count
276 num_available = dev_pm_opp_get_opp_count(dev);
341 domain_info <- dev_pm_opp_get_opp_count
/linux/drivers/clk/qcom/
H A Da53-pll.c59 count = dev_pm_opp_get_opp_count(dev); in qcom_a53pll_get_freq_tbl()
/linux/drivers/opp/
H A Dcpu.c51 max_opps = dev_pm_opp_get_opp_count(dev); in dev_pm_opp_init_cpufreq_table()
H A Dcore.c471 int dev_pm_opp_get_opp_count(struct device *dev) in dev_pm_opp_get_opp_count() function
489 EXPORT_SYMBOL_GPL(dev_pm_opp_get_opp_count);
/linux/drivers/soc/samsung/
H A Dexynos-asv.c151 ret = dev_pm_opp_get_opp_count(cpu_dev); in exynos_asv_init()
/linux/Documentation/power/
H A Dopp.rst79 dev_pm_opp_get_opp_count.
299 dev_pm_opp_get_opp_count
307 num_available = dev_pm_opp_get_opp_count(dev);
381 domain_info <- dev_pm_opp_get_opp_count
/linux/include/linux/
H A Dpm_opp.h123 int dev_pm_opp_get_opp_count(struct device *dev);
256 static inline int dev_pm_opp_get_opp_count(struct device *dev) in dev_pm_opp_get_opp_count() function
/linux/drivers/cpufreq/
H A Dcpufreq-dt.c253 ret = dev_pm_opp_get_opp_count(cpu_dev); in dt_cpufreq_early_init()
/linux/drivers/devfreq/
H A Dimx8m-ddrc.c338 opp_count = dev_pm_opp_get_opp_count(dev); in imx8m_ddrc_check_opps()
H A Ddevfreq.c186 count = dev_pm_opp_get_opp_count(devfreq->dev.parent); in set_freq_table()
/linux/drivers/thermal/
H A Ddevfreq_cooling.c431 num_opps = dev_pm_opp_get_opp_count(dev); in of_devfreq_cooling_register_power()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c417 if (dev_pm_opp_get_opp_count(&pdev->dev) != 0) in dsi_mgr_bridge_mode_valid()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1564 int count = dev_pm_opp_get_opp_count(dev); in a6xx_gmu_build_freq_table()
1596 int count = dev_pm_opp_get_opp_count(dev); in a6xx_gmu_build_bw_table()
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c354 dmc->opp_count = dev_pm_opp_get_opp_count(dev); in exynos5_init_freq_table()
/linux/drivers/pmdomain/qcom/
H A Dcpr.c1479 ret = dev_pm_opp_get_opp_count(&drv->pd.dev); in cpr_pd_attach_dev()