Lines Matching refs:tcdev
173 struct thermal_cooling_device *tcdev;
764 aspeed_pwm_cz_get_max_state(struct thermal_cooling_device *tcdev,
767 struct aspeed_cooling_device *cdev = tcdev->devdata;
775 aspeed_pwm_cz_get_cur_state(struct thermal_cooling_device *tcdev,
778 struct aspeed_cooling_device *cdev = tcdev->devdata;
786 aspeed_pwm_cz_set_cur_state(struct thermal_cooling_device *tcdev,
789 struct aspeed_cooling_device *cdev = tcdev->devdata;
836 cdev->tcdev = devm_thermal_of_cooling_device_register(dev, child,
838 if (IS_ERR(cdev->tcdev))
839 return PTR_ERR(cdev->tcdev);