Lines Matching refs:thermal_cooling_device
37 struct thermal_cooling_device;
64 struct thermal_cooling_device *);
66 struct thermal_cooling_device *);
87 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
88 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
89 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
90 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
91 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
92 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
97 struct thermal_cooling_device { struct
216 struct thermal_cooling_device *cdev;
246 struct thermal_cooling_device *cdev);
390 struct thermal_cooling_device *,
394 struct thermal_cooling_device *);
398 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
400 struct thermal_cooling_device *
403 struct thermal_cooling_device *
408 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
414 void thermal_cdev_update(struct thermal_cooling_device *);
429 static inline struct thermal_cooling_device *
433 static inline struct thermal_cooling_device *
438 static inline struct thermal_cooling_device *
447 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()
462 static inline void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()