Searched refs:cooling_dev (Results 1 – 6 of 6) sorted by relevance
62 guard(cooling_dev)(cdev); in thermal_trip_is_bound_to_cdev() local193 guard(cooling_dev)(cdev); in thermal_cdev_update() local207 guard(cooling_dev)(cdev); in thermal_cdev_update_nocheck() local
800 guard(cooling_dev)(cdev); in thermal_instance_add() local912 guard(cooling_dev)(instance->cdev); in thermal_instance_delete()1282 guard(cooling_dev)(cdev); in thermal_cooling_device_update() local
560 scoped_guard(cooling_dev, cdev) { in allow_maximum_power()
523 guard(cooling_dev)(cdev); in thermal_debug_cdev_clear() local
200 struct thermal_cooling_device *cooling_dev; member249 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, in video_get_max_state() argument252 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() argument261 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() argument280 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 …]
1815 mvm->cooling_dev.cur_state); in iwl_mvm_up()