Home
last modified time | relevance | path

Searched refs:cooling_dev (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_helpers.c62 guard(cooling_dev)(cdev); in thermal_trip_is_bound_to_cdev() local
193 guard(cooling_dev)(cdev); in thermal_cdev_update() local
207 guard(cooling_dev)(cdev); in thermal_cdev_update_nocheck() local
H A Dthermal_core.c800 guard(cooling_dev)(cdev); in thermal_instance_add() local
912 guard(cooling_dev)(instance->cdev); in thermal_instance_delete()
1282 guard(cooling_dev)(cdev); in thermal_cooling_device_update() local
H A Dgov_power_allocator.c560 scoped_guard(cooling_dev, cdev) { in allow_maximum_power()
H A Dthermal_debugfs.c523 guard(cooling_dev)(cdev); in thermal_debug_cdev_clear() local
/linux/drivers/acpi/
H A Dacpi_video.c200 struct thermal_cooling_device *cooling_dev; member
249 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, in video_get_max_state() argument
252 struct acpi_video_device *video = cooling_dev->devdata; in video_get_max_state()
258 static int video_get_cur_state(struct thermal_cooling_device *cooling_dev, in video_get_cur_state() argument
261 struct acpi_video_device *video = cooling_dev->devdata; in video_get_cur_state()
278 video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long state) in video_set_cur_state() argument
280 struct acpi_video_device *video = cooling_dev->devdata; in video_set_cur_state()
1730 device->cooling_dev = thermal_cooling_device_register("LCD", device, in acpi_video_dev_register_backlight()
1732 if (IS_ERR(device->cooling_dev)) { in acpi_video_dev_register_backlight()
1739 device->cooling_dev = NULL; in acpi_video_dev_register_backlight()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c1815 mvm->cooling_dev.cur_state); in iwl_mvm_up()