Lines Matching refs:thermal_cooling_device
33 struct thermal_cooling_device;
58 struct thermal_cooling_device *);
60 struct thermal_cooling_device *);
92 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
93 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
94 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
95 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
96 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
97 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
100 struct thermal_cooling_device { struct
212 struct thermal_cooling_device *cdev;
242 struct thermal_cooling_device *cdev);
350 struct thermal_cooling_device *,
354 struct thermal_cooling_device *);
358 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
360 struct thermal_cooling_device *
363 struct thermal_cooling_device *
368 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
387 static inline struct thermal_cooling_device *
391 static inline struct thermal_cooling_device *
396 static inline struct thermal_cooling_device *
405 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()