Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcpu_cooling.h34 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev);
44 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
/Linux-v5.4/drivers/thermal/
Dcpu_cooling.c725 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
745 EXPORT_SYMBOL_GPL(cpufreq_cooling_unregister);
Dimx_thermal.c683 cpufreq_cooling_unregister(data->cdev); in imx_thermal_unregister_legacy_cooling()
875 cpufreq_cooling_unregister(data->cdev); in imx_thermal_remove()
/Linux-v5.4/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c266 cpufreq_cooling_unregister(data->cool_dev); in ti_thermal_unregister_cpu_cooling()
/Linux-v5.4/Documentation/driver-api/thermal/
Dcpu-cooling-api.rst52 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
/Linux-v5.4/drivers/cpufreq/
Darm_big_little.c505 cpufreq_cooling_unregister(cdev[cur_cluster]); in bL_cpufreq_exit()
Dcpufreq.c1572 cpufreq_cooling_unregister(policy->cdev); in cpufreq_offline()