Home
last modified time | relevance | path

Searched refs:devm_pm_opp_of_add_table_indexed (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dpm_opp.h468 int devm_pm_opp_of_add_table_indexed(struct device *dev, int index);
497 static inline int devm_pm_opp_of_add_table_indexed(struct device *dev, int index) in devm_pm_opp_of_add_table_indexed() function
/linux-6.12.1/drivers/opp/
Dof.c1253 int devm_pm_opp_of_add_table_indexed(struct device *dev, int index) in devm_pm_opp_of_add_table_indexed() function
1257 EXPORT_SYMBOL_GPL(devm_pm_opp_of_add_table_indexed);
/linux-6.12.1/drivers/devfreq/
Dtegra30-devfreq.c899 err = devm_pm_opp_of_add_table_indexed(&pdev->dev, 0); in tegra_devfreq_probe()