Lines Matching defs:cdev
66 * @cdev : the thermal cooling device
74 static int cpuidle_cooling_get_max_state(struct thermal_cooling_device *cdev,
95 * @cdev: the thermal cooling device
103 static int cpuidle_cooling_get_cur_state(struct thermal_cooling_device *cdev,
106 struct cpuidle_cooling_device *idle_cdev = cdev->devdata;
115 * @cdev: the thermal cooling device
125 static int cpuidle_cooling_set_cur_state(struct thermal_cooling_device *cdev,
128 struct cpuidle_cooling_device *idle_cdev = cdev->devdata;
176 struct thermal_cooling_device *cdev;
210 cdev = thermal_of_cooling_device_register(np, dev_name, idle_cdev,
212 if (IS_ERR(cdev)) {
213 ret = PTR_ERR(cdev);