Lines Matching refs:cdev
47 struct thermal_cooling_device *cdev; member
123 static int int3403_get_max_state(struct thermal_cooling_device *cdev, in int3403_get_max_state() argument
126 struct int3403_priv *priv = cdev->devdata; in int3403_get_max_state()
133 static int int3403_get_cur_state(struct thermal_cooling_device *cdev, in int3403_get_cur_state() argument
136 struct int3403_priv *priv = cdev->devdata; in int3403_get_cur_state()
149 int3403_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in int3403_set_cur_state() argument
151 struct int3403_priv *priv = cdev->devdata; in int3403_set_cur_state()
191 obj->cdev = in int3403_cdev_add()
194 if (IS_ERR(obj->cdev)) in int3403_cdev_add()
195 result = PTR_ERR(obj->cdev); in int3403_cdev_add()
209 thermal_cooling_device_unregister(obj->cdev); in int3403_cdev_remove()