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
211 struct thermal_cooling_device *cdev;
241 struct thermal_cooling_device *cdev);
349 struct thermal_cooling_device *,
353 struct thermal_cooling_device *);
357 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
359 struct thermal_cooling_device *
362 struct thermal_cooling_device *
367 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
386 static inline struct thermal_cooling_device *
390 static inline struct thermal_cooling_device *
395 static inline struct thermal_cooling_device *
404 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()