Lines Matching defs:cdev
83 * @cdev: cooling device;
91 struct thermal_cooling_device *cdev;
116 static int mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev,
227 return mlxreg_fan_set_cur_state(pwm->cdev,
333 static int mlxreg_fan_get_max_state(struct thermal_cooling_device *cdev,
340 static int mlxreg_fan_get_cur_state(struct thermal_cooling_device *cdev,
344 struct mlxreg_fan_pwm *pwm = cdev->devdata;
360 static int mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev,
364 struct mlxreg_fan_pwm *pwm = cdev->devdata;
564 pwm->cdev = devm_thermal_of_cooling_device_register(dev, NULL, mlxreg_fan_name[i],
566 if (IS_ERR(pwm->cdev)) {
568 return PTR_ERR(pwm->cdev);