Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpm_opp.h413 int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table);
483 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-6.1.9/drivers/opp/
Dof.c461 int dev_pm_opp_of_find_icc_paths(struct device *dev, in dev_pm_opp_of_find_icc_paths() function
523 EXPORT_SYMBOL_GPL(dev_pm_opp_of_find_icc_paths);
Dcore.c1335 ret = dev_pm_opp_of_find_icc_paths(dev, opp_table); in _allocate_opp_table()
/linux-6.1.9/drivers/cpufreq/
Dqcom-cpufreq-hw.c705 ret = dev_pm_opp_of_find_icc_paths(cpu_dev, NULL); in qcom_cpufreq_hw_driver_probe()
/linux-6.1.9/drivers/mmc/host/
Dsdhci-msm.c2610 ret = dev_pm_opp_of_find_icc_paths(&pdev->dev, NULL); in sdhci_msm_probe()