Lines Matching defs:cdev
15 ath11k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev,
24 ath11k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev,
27 struct ath11k *ar = cdev->devdata;
37 ath11k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev,
40 struct ath11k *ar = cdev->devdata;
159 struct thermal_cooling_device *cdev;
171 cdev = thermal_cooling_device_register("ath11k_thermal", ar,
174 if (IS_ERR(cdev)) {
176 PTR_ERR(cdev));
181 ar->thermal.cdev = cdev;
183 ret = sysfs_create_link(&ar->hw->wiphy->dev.kobj, &cdev->device.kobj,
224 thermal_cooling_device_unregister(ar->thermal.cdev);