Lines Matching defs:cdev
325 struct thermal_cooling_device *cdev;
616 struct thermal_cooling_device *cdev;
622 cdev = ts->throt_cfgs[i].cdev;
623 if (get_thermal_instance(tz, cdev, trip_id))
624 stc = find_throttle_cfg_by_name(ts, cdev->type);
765 struct thermal_cooling_device *cdev;
770 cdev = ts->throt_cfgs[i].cdev;
771 if (get_thermal_instance(tz, cdev, trip))
772 stc = find_throttle_cfg_by_name(ts, cdev->type);
790 dev_info(dev, "throttrip: %s: missing throttle cdev\n",
1500 static int throt_get_cdev_max_state(struct thermal_cooling_device *cdev,
1507 static int throt_get_cdev_cur_state(struct thermal_cooling_device *cdev,
1510 struct tegra_soctherm *ts = cdev->devdata;
1522 static int throt_set_cdev_state(struct thermal_cooling_device *cdev,
1711 stc->cdev = tcd;