Lines Matching refs:thermal_cooling_device
36 struct thermal_cooling_device;
63 struct thermal_cooling_device *);
65 struct thermal_cooling_device *);
85 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
86 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
87 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
88 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
89 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
90 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
93 struct thermal_cooling_device { struct
206 struct thermal_cooling_device *cdev;
236 struct thermal_cooling_device *cdev);
374 struct thermal_cooling_device *,
378 struct thermal_cooling_device *);
382 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
384 struct thermal_cooling_device *
387 struct thermal_cooling_device *
392 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
398 void thermal_cdev_update(struct thermal_cooling_device *);
412 static inline struct thermal_cooling_device *
416 static inline struct thermal_cooling_device *
421 static inline struct thermal_cooling_device *
430 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()
445 static inline void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()