Home
last modified time | relevance | path

Searched refs:dev_pm_opp_set_opp (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dpm_opp.h194 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 Dpanthor_devfreq.c207 ret = dev_pm_opp_set_opp(dev, opp); in panthor_devfreq_init()
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1588 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 Dopp.rs840 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 Da6xx_gpu.c2086 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 Dicc-bwmon.c689 dev_pm_opp_set_opp(bwmon->dev, target_opp); in bwmon_intr_thread()
/linux/drivers/devfreq/
H A Dtegra30-devfreq.c649 ret = dev_pm_opp_set_opp(dev, opp); in tegra_devfreq_target()
/linux/drivers/opp/
H A Dcore.c1379 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 Dpmc.c1390 err = dev_pm_opp_set_opp(pmc->dev, opp); in tegra_pmc_core_pd_set_performance_state()
/linux/drivers/ufs/core/
H A Dufshcd.c1192 ret = dev_pm_opp_set_opp(hba->dev, opp); in ufshcd_opp_set_rate()