Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/thermal/
Dcpufreq_cooling.c661 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
680 EXPORT_SYMBOL_GPL(cpufreq_cooling_unregister);
Dimx_thermal.c657 cpufreq_cooling_unregister(data->cdev); in imx_thermal_unregister_legacy_cooling()
/Linux-v5.10/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c266 cpufreq_cooling_unregister(data->cool_dev); in ti_thermal_unregister_cpu_cooling()
/Linux-v5.10/Documentation/driver-api/thermal/
Dcpu-cooling-api.rst52 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
/Linux-v5.10/drivers/cpufreq/
Dvexpress-spc-cpufreq.c461 cpufreq_cooling_unregister(cdev[cur_cluster]); in ve_spc_cpufreq_exit()
Dcpufreq.c1594 cpufreq_cooling_unregister(policy->cdev); in cpufreq_offline()