thermal_cooling_device_register
device->cooling_dev = thermal_cooling_device_register("LCD", device,
cdev = thermal_cooling_device_register(name, device,
pr->cdev = thermal_cooling_device_register("Processor", device,
cdev = thermal_cooling_device_register("mlxsw_fan",
cdev = thermal_cooling_device_register("ath10k_thermal", ar,
cdev = thermal_cooling_device_register("ath11k_thermal", ar,
thermal_cooling_device_register(name,
thermal_cooling_device_register(name,
cdev = thermal_cooling_device_register(name, phy, &mt7915_thermal_ops);
cdev = thermal_cooling_device_register(name, phy, &mt7996_thermal_ops);
cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL,
thermal_cooling_device_register(acpi_device_bid(priv->adev),
d->cooling_dev = thermal_cooling_device_register(acpi_device_bid(adev),
cooling_dev = thermal_cooling_device_register("intel_powerclamp", NULL,
thermal_cooling_device_register("TCC Offset", NULL,
return thermal_cooling_device_register(name, port, &pcie_cooling_ops);
EXPORT_SYMBOL_GPL(thermal_cooling_device_register);
struct thermal_cooling_device *thermal_cooling_device_register(const char *,