thermal_of_cooling_device_register
gpu->cooling = thermal_of_cooling_device_register(dev->of_node, 0,
cdev = thermal_of_cooling_device_register(np, 0, name, cpufreq_cdev,
cdev = thermal_of_cooling_device_register(np, 0, name, idle_cdev,
cdev = thermal_of_cooling_device_register(np, 0, name, dfc, ops);
EXPORT_SYMBOL_GPL(thermal_of_cooling_device_register);
cdev = thermal_of_cooling_device_register(np, cdev_id, type, devdata, ops);
thermal_of_cooling_device_register(struct device_node *np, u32 cdev_id,