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
550 guard(cooling_dev)(cdev); in cur_state_store() local634 guard(cooling_dev)(cdev); in total_trans_show() local656 guard(cooling_dev)(cdev); in time_in_state_ms_show() local683 guard(cooling_dev)(cdev); in reset_store() local714 guard(cooling_dev)(cdev); in trans_table_show() local
804 guard(cooling_dev)(cdev); in thermal_instance_add() local916 guard(cooling_dev)(instance->cdev); in thermal_instance_delete()1281 guard(cooling_dev)(cdev); in thermal_cooling_device_update() local
560 scoped_guard(cooling_dev, cdev) { in allow_maximum_power()
205 struct thermal_cooling_device *cooling_dev; member254 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, in video_get_max_state() argument257 struct acpi_video_device *video = cooling_dev->devdata; in video_get_max_state()263 static int video_get_cur_state(struct thermal_cooling_device *cooling_dev, in video_get_cur_state() argument266 struct acpi_video_device *video = cooling_dev->devdata; in video_get_cur_state()283 video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long state) in video_set_cur_state() argument285 struct acpi_video_device *video = cooling_dev->devdata; in video_set_cur_state()1762 device->cooling_dev = thermal_cooling_device_register("LCD", device, in acpi_video_dev_register_backlight()1764 if (IS_ERR(device->cooling_dev)) { in acpi_video_dev_register_backlight()1771 device->cooling_dev = NULL; in acpi_video_dev_register_backlight()[all …]
764 struct thermal_cooling_device *cooling_dev; in max6650_probe() local796 cooling_dev = devm_thermal_of_cooling_device_register(dev, in max6650_probe()799 if (IS_ERR(cooling_dev)) { in max6650_probe()801 PTR_ERR(cooling_dev)); in max6650_probe()