Lines Matching defs:cdev
22 struct thermal_cooling_device *cdev;
40 static int khadas_mcu_fan_get_max_state(struct thermal_cooling_device *cdev,
48 static int khadas_mcu_fan_get_cur_state(struct thermal_cooling_device *cdev,
51 struct khadas_mcu_fan_ctx *ctx = cdev->devdata;
59 khadas_mcu_fan_set_cur_state(struct thermal_cooling_device *cdev,
62 struct khadas_mcu_fan_ctx *ctx = cdev->devdata;
82 struct thermal_cooling_device *cdev;
93 cdev = devm_thermal_of_cooling_device_register(dev->parent,
96 if (IS_ERR(cdev)) {
97 ret = PTR_ERR(cdev);
102 ctx->cdev = cdev;
103 thermal_cdev_update(cdev);