Lines Matching defs:cdev
40 struct thermal_cooling_device *cdev = instance->cdev;
47 * cdev in use to determine the next_target.
49 cdev->ops->get_cur_state(cdev, &cur_state);
51 dev_dbg(&cdev->device, "cur_state=%ld\n", cur_state);
151 dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n",
167 mutex_lock(&instance->cdev->lock);
168 instance->cdev->updated = false; /* cdev needs update */
169 mutex_unlock(&instance->cdev->lock);
198 thermal_cdev_update(instance->cdev);