Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevfreq_cooling.h50 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc);
84 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister() function
/linux/drivers/thermal/
H A Ddevfreq_cooling.c556 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev) in devfreq_cooling_unregister() function
575 EXPORT_SYMBOL_GPL(devfreq_cooling_unregister);
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c95 devfreq_cooling_unregister(devfreq->cooling); in lima_devfreq_fini()