Lines Matching defs:cdev
50 struct thermal_cooling_device *cdev;
317 static int qmp_cdev_get_max_state(struct thermal_cooling_device *cdev,
324 static int qmp_cdev_get_cur_state(struct thermal_cooling_device *cdev,
327 struct qmp_cooling_device *qmp_cdev = cdev->devdata;
333 static int qmp_cdev_set_cur_state(struct thermal_cooling_device *cdev,
336 struct qmp_cooling_device *qmp_cdev = cdev->devdata;
369 qmp_cdev->cdev = devm_thermal_of_cooling_device_register
374 if (IS_ERR(qmp_cdev->cdev))
378 return PTR_ERR_OR_ZERO(qmp_cdev->cdev);
415 (qmp->cooling_devs[count].cdev);
426 thermal_cooling_device_unregister(qmp->cooling_devs[i].cdev);