Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevfreq.h226 extern struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,
377 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle() function
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c761 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, int index) in devfreq_get_devfreq_by_phandle() function
791 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, int index) in devfreq_get_devfreq_by_phandle() function
796 EXPORT_SYMBOL_GPL(devfreq_get_devfreq_by_phandle);
Dexynos-bus.c478 parent_devfreq = devfreq_get_devfreq_by_phandle(dev, 0); in exynos_bus_probe()