Lines Matching defs:cdev
201 struct thermal_cooling_device *cdev;
387 struct thermal_cooling_device *cdev)
391 ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev,
397 "binding zone %s with cdev %s failed:%d\n",
398 tz->type, cdev->type, ret);
406 struct thermal_cooling_device *cdev)
410 ret = thermal_zone_unbind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev);
413 "unbinding zone %s with cdev %s failed:%d\n",
414 tz->type, cdev->type, ret);
617 data->cdev = cpufreq_cooling_register(data->policy);
618 if (IS_ERR(data->cdev)) {
619 ret = PTR_ERR(data->cdev);
631 cpufreq_cooling_unregister(data->cdev);