Lines Matching defs:cdev
33 struct thermal_cooling_device *cdev = instance->cdev;
40 * cdev in use to determine the next_target.
42 cdev->ops->get_cur_state(cdev, &cur_state);
44 dev_dbg(&cdev->device, "cur_state=%ld\n", cur_state);
106 dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n",
122 mutex_lock(&instance->cdev->lock);
123 instance->cdev->updated = false; /* cdev needs update */
124 mutex_unlock(&instance->cdev->lock);
148 thermal_cdev_update(instance->cdev);