Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddevfreq.h241 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
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c831 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, int index) in devfreq_get_devfreq_by_phandle() function
861 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, int index) in devfreq_get_devfreq_by_phandle() function
866 EXPORT_SYMBOL_GPL(devfreq_get_devfreq_by_phandle);
Dexynos-bus.c391 parent_devfreq = devfreq_get_devfreq_by_phandle(dev, 0); in exynos_bus_probe()