Searched refs:devfreq_get_devfreq_by_phandle (Results 1 – 3 of 3) sorted by relevance
241 extern struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,395 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle() function
831 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, int index) in devfreq_get_devfreq_by_phandle() function861 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, int index) in devfreq_get_devfreq_by_phandle() function866 EXPORT_SYMBOL_GPL(devfreq_get_devfreq_by_phandle);
391 parent_devfreq = devfreq_get_devfreq_by_phandle(dev, 0); in exynos_bus_probe()