Lines Matching defs:cdev
50 struct thermal_cooling_device *cdev;
406 static int qmp_cdev_get_max_state(struct thermal_cooling_device *cdev,
413 static int qmp_cdev_get_cur_state(struct thermal_cooling_device *cdev,
416 struct qmp_cooling_device *qmp_cdev = cdev->devdata;
422 static int qmp_cdev_set_cur_state(struct thermal_cooling_device *cdev,
425 struct qmp_cooling_device *qmp_cdev = cdev->devdata;
464 qmp_cdev->cdev = devm_thermal_of_cooling_device_register
469 if (IS_ERR(qmp_cdev->cdev))
473 return PTR_ERR_OR_ZERO(qmp_cdev->cdev);
510 (qmp->cooling_devs[count].cdev);
521 thermal_cooling_device_unregister(qmp->cooling_devs[i].cdev);