Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/thermal/
H A Dcpufreq_cooling.c658 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() function
672 EXPORT_SYMBOL_GPL(cpufreq_cooling_unregister);
H A Dimx_thermal.c584 cpufreq_cooling_unregister(data->cdev); in imx_thermal_unregister_legacy_cooling()
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c265 cpufreq_cooling_unregister(data->cool_dev); in ti_thermal_unregister_cpu_cooling()
/openbmc/linux/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst52 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c1732 cpufreq_cooling_unregister(policy->cdev); in cpufreq_remove_dev()