Lines Matching defs:cdev
65 * @cdev : the thermal cooling device
73 static int cpuidle_cooling_get_max_state(struct thermal_cooling_device *cdev,
94 * @cdev: the thermal cooling device
102 static int cpuidle_cooling_get_cur_state(struct thermal_cooling_device *cdev,
105 struct cpuidle_cooling_device *idle_cdev = cdev->devdata;
114 * @cdev: the thermal cooling device
124 static int cpuidle_cooling_set_cur_state(struct thermal_cooling_device *cdev,
127 struct cpuidle_cooling_device *idle_cdev = cdev->devdata;
175 struct thermal_cooling_device *cdev;
210 cdev = thermal_of_cooling_device_register(np, name, idle_cdev,
212 if (IS_ERR(cdev)) {
213 ret = PTR_ERR(cdev);