Lines Matching defs:cdev
325 struct thermal_cooling_device *cdev;
617 struct thermal_cooling_device *cdev;
623 cdev = ts->throt_cfgs[i].cdev;
624 if (get_thermal_instance(tz, cdev, trip))
625 stc = find_throttle_cfg_by_name(ts, cdev->type);
803 struct thermal_cooling_device *cdev;
808 cdev = ts->throt_cfgs[i].cdev;
809 if (get_thermal_instance(tz, cdev, trip))
810 stc = find_throttle_cfg_by_name(ts, cdev->type);
828 dev_info(dev, "throttrip: %s: missing throttle cdev\n",
1538 static int throt_get_cdev_max_state(struct thermal_cooling_device *cdev,
1545 static int throt_get_cdev_cur_state(struct thermal_cooling_device *cdev,
1548 struct tegra_soctherm *ts = cdev->devdata;
1560 static int throt_set_cdev_state(struct thermal_cooling_device *cdev,
1749 stc->cdev = tcd;