Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddevfreq_cooling.h65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df);
79 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() function
/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c537 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() function
541 EXPORT_SYMBOL_GPL(of_devfreq_cooling_register);
549 return of_devfreq_cooling_register(NULL, df); in devfreq_cooling_register()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c146 cooling = of_devfreq_cooling_register(dev->of_node, devfreq); in panfrost_devfreq_init()
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_devfreq.c190 cooling = of_devfreq_cooling_register(dev->of_node, devfreq); in lima_devfreq_init()