Searched refs:dev_pm_opp_set_opp (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | pm_opp.h | 194 int dev_pm_opp_set_opp(struct device *dev, struct dev_pm_opp *opp); 437 static inline int dev_pm_opp_set_opp(struct device *dev, struct dev_pm_opp *opp) in dev_pm_opp_set_opp() function 728 return dev_pm_opp_set_opp(dev, opp); in dev_pm_opp_set_level()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_devfreq.c | 207 ret = dev_pm_opp_set_opp(dev, opp); in panthor_devfreq_init()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-qcom.c | 1588 ret = dev_pm_opp_set_opp(pci->dev, opp); in qcom_pcie_icc_opp_update() 1901 ret = dev_pm_opp_set_opp(dev, opp); in qcom_pcie_probe() 2052 dev_pm_opp_set_opp(pcie->pci->dev, NULL); in qcom_pcie_suspend_noirq()
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 840 to_result(unsafe { bindings::dev_pm_opp_set_opp(self.dev.as_raw(), opp.as_raw()) }) in set_opp()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu.c | 2086 dev_pm_opp_set_opp(&gpu->pdev->dev, opp); in a6xx_pm_resume() 2103 dev_pm_opp_set_opp(&gpu->pdev->dev, NULL); in a6xx_pm_resume() 2163 dev_pm_opp_set_opp(&gpu->pdev->dev, NULL); in a6xx_pm_suspend()
|
| /linux/drivers/soc/qcom/ |
| H A D | icc-bwmon.c | 689 dev_pm_opp_set_opp(bwmon->dev, target_opp); in bwmon_intr_thread()
|
| /linux/drivers/devfreq/ |
| H A D | tegra30-devfreq.c | 649 ret = dev_pm_opp_set_opp(dev, opp); in tegra_devfreq_target()
|
| /linux/drivers/opp/ |
| H A D | core.c | 1379 int dev_pm_opp_set_opp(struct device *dev, struct dev_pm_opp *opp) in dev_pm_opp_set_opp() function 1391 EXPORT_SYMBOL_GPL(dev_pm_opp_set_opp);
|
| /linux/drivers/soc/tegra/ |
| H A D | pmc.c | 1390 err = dev_pm_opp_set_opp(pmc->dev, opp); in tegra_pmc_core_pd_set_performance_state()
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 1192 ret = dev_pm_opp_set_opp(hba->dev, opp); in ufshcd_opp_set_rate()
|