Lines Matching refs:thermal_cooling_device

58 struct thermal_cooling_device;
95 struct thermal_cooling_device *);
97 struct thermal_cooling_device *);
119 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
120 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
121 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
122 int (*get_requested_power)(struct thermal_cooling_device *,
124 int (*state2power)(struct thermal_cooling_device *,
126 int (*power2state)(struct thermal_cooling_device *,
130 struct thermal_cooling_device { struct
246 struct thermal_cooling_device *cdev;
276 struct thermal_cooling_device *cdev);
418 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor()
424 int power_actor_get_max_power(struct thermal_cooling_device *,
426 int power_actor_get_min_power(struct thermal_cooling_device *,
428 int power_actor_set_power(struct thermal_cooling_device *,
436 struct thermal_cooling_device *,
440 struct thermal_cooling_device *);
445 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
447 struct thermal_cooling_device *
450 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
458 struct thermal_cooling_device *, int);
459 void thermal_cdev_update(struct thermal_cooling_device *);
462 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor()
464 static inline int power_actor_get_max_power(struct thermal_cooling_device *cdev, in power_actor_get_max_power()
467 static inline int power_actor_get_min_power(struct thermal_cooling_device *cdev, in power_actor_get_min_power()
471 static inline int power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power()
485 struct thermal_cooling_device *cdev, in thermal_zone_bind_cooling_device()
491 struct thermal_cooling_device *cdev) in thermal_zone_unbind_cooling_device()
498 static inline struct thermal_cooling_device *
502 static inline struct thermal_cooling_device *
507 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()
525 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance()
527 static inline void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()