cool_dev 30 drivers/thermal/ti-soc-thermal/ti-thermal-common.c struct thermal_cooling_device *cool_dev; cool_dev 245 drivers/thermal/ti-soc-thermal/ti-thermal-common.c data->cool_dev = cpufreq_cooling_register(data->policy); cool_dev 246 drivers/thermal/ti-soc-thermal/ti-thermal-common.c if (IS_ERR(data->cool_dev)) { cool_dev 247 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ret = PTR_ERR(data->cool_dev); cool_dev 266 drivers/thermal/ti-soc-thermal/ti-thermal-common.c cpufreq_cooling_unregister(data->cool_dev);