Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_opp.h525 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
608 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/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c246 ret = dev_pm_opp_of_find_icc_paths(dev, NULL); in adreno_bind()
/linux/drivers/cpufreq/
H A Dtegra186-cpufreq.c408 err = dev_pm_opp_of_find_icc_paths(cpu_dev, NULL); in tegra186_cpufreq_probe()
H A Dqcom-cpufreq-hw.c663 ret = dev_pm_opp_of_find_icc_paths(cpu_dev, NULL); in qcom_cpufreq_hw_driver_probe()
H A Dtegra194-cpufreq.c785 err = dev_pm_opp_of_find_icc_paths(cpu_dev, NULL); in tegra194_cpufreq_probe()
/linux/drivers/opp/
H A Dof.c442 int dev_pm_opp_of_find_icc_paths(struct device *dev, in dev_pm_opp_of_find_icc_paths() function
498 EXPORT_SYMBOL_GPL(dev_pm_opp_of_find_icc_paths);
H A Dcore.c1557 ret = dev_pm_opp_of_find_icc_paths(dev, opp_table); in _allocate_opp_table()
/linux/drivers/mmc/host/
H A Dsdhci-msm.c2616 ret = dev_pm_opp_of_find_icc_paths(&pdev->dev, NULL); in sdhci_msm_probe()