Home
last modified time | relevance | path

Searched refs:cpufreq_cooling_unregister (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/include/linux/
Dcpu_cooling.h34 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev);
51 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
/Linux-v5.15/drivers/thermal/
Dcpufreq_cooling.c682 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
696 EXPORT_SYMBOL_GPL(cpufreq_cooling_unregister);
Dimx_thermal.c657 cpufreq_cooling_unregister(data->cdev); in imx_thermal_unregister_legacy_cooling()
/Linux-v5.15/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c268 cpufreq_cooling_unregister(data->cool_dev); in ti_thermal_unregister_cpu_cooling()
/Linux-v5.15/Documentation/driver-api/thermal/
Dcpu-cooling-api.rst52 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
/Linux-v5.15/drivers/cpufreq/
Dcpufreq.c1615 cpufreq_cooling_unregister(policy->cdev); in cpufreq_offline()