Searched refs:thermal_cooling_device_register (Results 1 – 19 of 19) sorted by relevance
| /linux/include/linux/ |
| H A D | thermal.h | 253 struct thermal_cooling_device *thermal_cooling_device_register(const char *, 301 thermal_cooling_device_register(const char *type, void *devdata, in thermal_cooling_device_register() function
|
| /linux/drivers/thermal/ |
| H A D | pcie_cooling.c | 64 return thermal_cooling_device_register(name, port, &pcie_cooling_ops); in pcie_cooling_device_register()
|
| H A D | thermal_core.c | 1160 thermal_cooling_device_register(const char *type, void *devdata, in thermal_cooling_device_register() function 1165 EXPORT_SYMBOL_GPL(thermal_cooling_device_register);
|
| /linux/drivers/thermal/intel/ |
| H A D | intel_tcc_cooling.c | 106 thermal_cooling_device_register("TCC Offset", NULL, in tcc_cooling_init()
|
| H A D | intel_powerclamp.c | 782 cooling_dev = thermal_cooling_device_register("intel_powerclamp", NULL, in powerclamp_init()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | int3406_thermal.c | 160 d->cooling_dev = thermal_cooling_device_register(acpi_device_bid(adev), in int3406_thermal_probe()
|
| H A D | int3403_thermal.c | 181 thermal_cooling_device_register(acpi_device_bid(priv->adev), in int3403_cdev_add()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | thermal.c | 164 cdev = thermal_cooling_device_register("ath10k_thermal", ar, in ath10k_thermal_register()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | thermal.c | 175 cdev = thermal_cooling_device_register("ath11k_thermal", ar, in ath11k_thermal_register()
|
| /linux/drivers/acpi/ |
| H A D | processor_thermal.c | 316 pr->cdev = thermal_cooling_device_register("Processor", device, in acpi_processor_thermal_init()
|
| H A D | fan_core.c | 587 cdev = thermal_cooling_device_register(name, device, in acpi_fan_probe()
|
| H A D | acpi_video.c | 1753 device->cooling_dev = thermal_cooling_device_register("LCD", device, in acpi_video_dev_register_backlight()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | thermal.c | 369 thermal_cooling_device_register(name, in iwl_mld_cooling_device_register()
|
| /linux/drivers/platform/x86/ |
| H A D | acerhdf.c | 653 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tt.c | 747 thermal_cooling_device_register(name, in iwl_mvm_cooling_device_register()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_thermal.c | 693 cdev = thermal_cooling_device_register("mlxsw_fan", in mlxsw_thermal_init()
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | sysfs-api.rst | 218 *thermal_cooling_device_register(char *name,
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | init.c | 203 cdev = thermal_cooling_device_register(name, phy, &mt7915_thermal_ops); in mt7915_thermal_init()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | init.c | 252 cdev = thermal_cooling_device_register(name, phy, &mt7996_thermal_ops); in mt7996_thermal_init()
|