Home
last modified time | relevance | path

Searched refs:dev_pm_opp_of_find_icc_paths (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/
Dpm_opp.h444 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
514 static inline int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths() function
/Linux-v6.6/drivers/opp/
Dof.c477 int dev_pm_opp_of_find_icc_paths(struct device *dev, in dev_pm_opp_of_find_icc_paths() function
535 EXPORT_SYMBOL_GPL(dev_pm_opp_of_find_icc_paths);
Dcore.c1431 ret = dev_pm_opp_of_find_icc_paths(dev, opp_table); in _allocate_opp_table()
/Linux-v6.6/drivers/cpufreq/
Dqcom-cpufreq-hw.c662 ret = dev_pm_opp_of_find_icc_paths(cpu_dev, NULL); in qcom_cpufreq_hw_driver_probe()
Dtegra194-cpufreq.c724 err = dev_pm_opp_of_find_icc_paths(cpu_dev, NULL); in tegra194_cpufreq_probe()
/Linux-v6.6/drivers/gpu/drm/msm/adreno/
Dadreno_device.c695 ret = dev_pm_opp_of_find_icc_paths(dev, NULL); in adreno_bind()
/Linux-v6.6/drivers/mmc/host/
Dsdhci-msm.c2482 ret = dev_pm_opp_of_find_icc_paths(&pdev->dev, NULL); in sdhci_msm_probe()