Symbol: thermal_cooling_device_unregister
drivers/acpi/acpi_video.c
1847
thermal_cooling_device_unregister(device->cooling_dev);
drivers/acpi/fan_core.c
618
thermal_cooling_device_unregister(cdev);
drivers/acpi/fan_core.c
637
thermal_cooling_device_unregister(fan->cdev);
drivers/acpi/processor_thermal.c
349
thermal_cooling_device_unregister(pr->cdev);
drivers/acpi/processor_thermal.c
360
thermal_cooling_device_unregister(pr->cdev);
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1836
thermal_cooling_device_unregister(gpu->cooling);
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
1870
thermal_cooling_device_unregister(gpu->cooling);
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
759
thermal_cooling_device_unregister(thermal->cdevs[i].cdev);
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
779
thermal_cooling_device_unregister(thermal->cdevs[i].cdev);
drivers/net/wireless/ath/ath10k/thermal.c
209
thermal_cooling_device_unregister(cdev);
drivers/net/wireless/ath/ath10k/thermal.c
219
thermal_cooling_device_unregister(ar->thermal.cdev);
drivers/net/wireless/ath/ath11k/thermal.c
228
thermal_cooling_device_unregister(ar->thermal.cdev);
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
401
thermal_cooling_device_unregister(mld->cooling_dev.cdev);
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
779
thermal_cooling_device_unregister(mvm->cooling_dev.cdev);
drivers/net/wireless/mediatek/mt76/mt7915/init.c
188
thermal_cooling_device_unregister(phy->cdev);
drivers/net/wireless/mediatek/mt76/mt7915/init.c
207
thermal_cooling_device_unregister(cdev);
drivers/net/wireless/mediatek/mt76/mt7996/init.c
234
thermal_cooling_device_unregister(phy->cdev);
drivers/net/wireless/mediatek/mt76/mt7996/init.c
256
thermal_cooling_device_unregister(cdev);
drivers/platform/x86/acerhdf.c
679
thermal_cooling_device_unregister(cl_dev);
drivers/soc/qcom/qcom_aoss.c
427
thermal_cooling_device_unregister
drivers/soc/qcom/qcom_aoss.c
439
thermal_cooling_device_unregister(qmp->cooling_devs[i].cdev);
drivers/thermal/cpufreq_cooling.c
690
thermal_cooling_device_unregister(cdev);
drivers/thermal/devfreq_cooling.c
567
thermal_cooling_device_unregister(dfc->cdev);
drivers/thermal/intel/int340x_thermal/int3403_thermal.c
196
thermal_cooling_device_unregister(obj->cdev);
drivers/thermal/intel/int340x_thermal/int3406_thermal.c
175
thermal_cooling_device_unregister(d->cooling_dev);
drivers/thermal/intel/int340x_thermal/int3406_thermal.c
185
thermal_cooling_device_unregister(d->cooling_dev);
drivers/thermal/intel/intel_powerclamp.c
802
thermal_cooling_device_unregister(cooling_dev);
drivers/thermal/intel/intel_tcc_cooling.c
118
thermal_cooling_device_unregister(tcc_cdev);
drivers/thermal/pcie_cooling.c
69
thermal_cooling_device_unregister(cdev);
drivers/thermal/thermal_core.c
1193
thermal_cooling_device_unregister(
drivers/thermal/thermal_core.c
1367
EXPORT_SYMBOL_GPL(thermal_cooling_device_unregister);
include/linux/thermal.h
264
void thermal_cooling_device_unregister(struct thermal_cooling_device *);