Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcpu_cooling.h61 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev);
77 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
/linux-4.1.27/drivers/thermal/
Dimx_thermal.c529 cpufreq_cooling_unregister(data->cdev); in imx_thermal_probe()
543 cpufreq_cooling_unregister(data->cdev); in imx_thermal_probe()
558 cpufreq_cooling_unregister(data->cdev); in imx_thermal_probe()
591 cpufreq_cooling_unregister(data->cdev); in imx_thermal_remove()
Ddb8500_cpufreq_cooling.c54 cpufreq_cooling_unregister(cdev); in db8500_cpufreq_cooling_remove()
Dcpu_cooling.c459 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
481 EXPORT_SYMBOL_GPL(cpufreq_cooling_unregister);
/linux-4.1.27/Documentation/thermal/
Dcpu-cooling-api.txt39 1.1.3 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
/linux-4.1.27/drivers/cpufreq/
Dcpufreq-dt.c324 cpufreq_cooling_unregister(priv->cdev); in cpufreq_exit()
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c433 cpufreq_cooling_unregister(data->cool_dev); in ti_thermal_unregister_cpu_cooling()