Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevfreq_cooling.h48 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df);
65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() function
/linux/drivers/thermal/
H A Ddevfreq_cooling.c490 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() function
494 EXPORT_SYMBOL_GPL(of_devfreq_cooling_register);
502 return of_devfreq_cooling_register(NULL, df); in devfreq_cooling_register()
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c169 cooling = of_devfreq_cooling_register(dev->of_node, devfreq); in lima_devfreq_init()