Searched refs:cooling_dev (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ |
D | int3406_thermal.c | 24 struct thermal_cooling_device *cooling_dev; member 41 int3406_thermal_get_max_state(struct thermal_cooling_device *cooling_dev, in int3406_thermal_get_max_state() argument 44 struct int3406_thermal_data *d = cooling_dev->devdata; in int3406_thermal_get_max_state() 51 int3406_thermal_set_cur_state(struct thermal_cooling_device *cooling_dev, in int3406_thermal_set_cur_state() argument 54 struct int3406_thermal_data *d = cooling_dev->devdata; in int3406_thermal_set_cur_state() 68 int3406_thermal_get_cur_state(struct thermal_cooling_device *cooling_dev, in int3406_thermal_get_cur_state() argument 71 struct int3406_thermal_data *d = cooling_dev->devdata; in int3406_thermal_get_cur_state() 160 d->cooling_dev = thermal_cooling_device_register(acpi_device_bid(adev), in int3406_thermal_probe() 162 if (IS_ERR(d->cooling_dev)) in int3406_thermal_probe() 175 thermal_cooling_device_unregister(d->cooling_dev); in int3406_thermal_probe() [all …]
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 532 mvm->cooling_dev.cur_state = state; in iwl_mvm_ctdp_command() 786 *state = mvm->cooling_dev.cur_state; in iwl_mvm_tcool_get_cur_state() 833 mvm->cooling_dev.cdev = in iwl_mvm_cooling_device_register() 838 if (IS_ERR(mvm->cooling_dev.cdev)) { in iwl_mvm_cooling_device_register() 841 PTR_ERR(mvm->cooling_dev.cdev)); in iwl_mvm_cooling_device_register() 842 mvm->cooling_dev.cdev = NULL; in iwl_mvm_cooling_device_register() 861 if (!iwl_mvm_is_ctdp_supported(mvm) || !mvm->cooling_dev.cdev) in iwl_mvm_cooling_device_unregister() 865 if (mvm->cooling_dev.cdev) { in iwl_mvm_cooling_device_unregister() 866 thermal_cooling_device_unregister(mvm->cooling_dev.cdev); in iwl_mvm_cooling_device_unregister() 867 mvm->cooling_dev.cdev = NULL; in iwl_mvm_cooling_device_unregister()
|
D | fw.c | 1605 mvm->cooling_dev.cur_state); in iwl_mvm_up()
|
D | mvm.h | 987 struct iwl_mvm_cooling_device cooling_dev; member
|
/linux-6.1.9/drivers/acpi/ |
D | acpi_video.c | 214 struct thermal_cooling_device *cooling_dev; member 263 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, in video_get_max_state() argument 266 struct acpi_device *device = cooling_dev->devdata; in video_get_max_state() 273 static int video_get_cur_state(struct thermal_cooling_device *cooling_dev, in video_get_cur_state() argument 276 struct acpi_device *device = cooling_dev->devdata; in video_get_cur_state() 294 video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long state) in video_set_cur_state() argument 296 struct acpi_device *device = cooling_dev->devdata; in video_set_cur_state() 1759 device->cooling_dev = thermal_cooling_device_register("LCD", in acpi_video_dev_register_backlight() 1761 if (IS_ERR(device->cooling_dev)) { in acpi_video_dev_register_backlight() 1768 device->cooling_dev = NULL; in acpi_video_dev_register_backlight() [all …]
|
/linux-6.1.9/drivers/thermal/intel/ |
D | intel_powerclamp.c | 86 static struct thermal_cooling_device *cooling_dev; variable 715 cooling_dev = thermal_cooling_device_register("intel_powerclamp", NULL, in powerclamp_init() 717 if (IS_ERR(cooling_dev)) { in powerclamp_init() 744 thermal_cooling_device_unregister(cooling_dev); in powerclamp_exit()
|
/linux-6.1.9/drivers/hwmon/ |
D | max6650.c | 764 struct thermal_cooling_device *cooling_dev; in max6650_probe() local 798 cooling_dev = devm_thermal_of_cooling_device_register(dev, in max6650_probe() 801 if (IS_ERR(cooling_dev)) { in max6650_probe() 803 PTR_ERR(cooling_dev)); in max6650_probe()
|