Lines Matching refs:cdev
246 struct thermal_cooling_device *cdev; member
276 struct thermal_cooling_device *cdev);
418 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor() argument
420 return cdev->ops->get_requested_power && cdev->ops->state2power && in cdev_is_power_actor()
421 cdev->ops->power2state; in cdev_is_power_actor()
467 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor() argument
469 static inline int power_actor_get_max_power(struct thermal_cooling_device *cdev, in power_actor_get_max_power() argument
472 static inline int power_actor_get_min_power(struct thermal_cooling_device *cdev, in power_actor_get_min_power() argument
476 static inline int power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power() argument
490 struct thermal_cooling_device *cdev, in thermal_zone_bind_cooling_device() argument
496 struct thermal_cooling_device *cdev) in thermal_zone_unbind_cooling_device() argument
520 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister() argument
538 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance() argument
540 static inline void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update() argument