Lines Matching refs:thermal_cooling_device
33 struct thermal_cooling_device;
72 struct thermal_cooling_device *);
74 struct thermal_cooling_device *);
90 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
91 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
92 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
93 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
94 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
95 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
98 struct thermal_cooling_device { struct
326 struct thermal_cooling_device *,
330 struct thermal_cooling_device *);
338 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
340 struct thermal_cooling_device *
343 struct thermal_cooling_device *
348 void thermal_cooling_device_update(struct thermal_cooling_device *);
349 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
379 static inline struct thermal_cooling_device *
383 static inline struct thermal_cooling_device *
388 static inline struct thermal_cooling_device *
397 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()