Lines Matching refs:tcdev
172 struct thermal_cooling_device *tcdev;
763 aspeed_pwm_cz_get_max_state(struct thermal_cooling_device *tcdev,
766 struct aspeed_cooling_device *cdev = tcdev->devdata;
774 aspeed_pwm_cz_get_cur_state(struct thermal_cooling_device *tcdev,
777 struct aspeed_cooling_device *cdev = tcdev->devdata;
785 aspeed_pwm_cz_set_cur_state(struct thermal_cooling_device *tcdev,
788 struct aspeed_cooling_device *cdev = tcdev->devdata;
835 cdev->tcdev = devm_thermal_of_cooling_device_register(dev, child,
837 if (IS_ERR(cdev->tcdev))
838 return PTR_ERR(cdev->tcdev);