Lines Matching refs:thermal_cooling_device
35 struct thermal_cooling_device;
62 struct thermal_cooling_device *);
64 struct thermal_cooling_device *);
84 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
85 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
86 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
87 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
88 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
89 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
92 struct thermal_cooling_device { struct
201 struct thermal_cooling_device *cdev;
231 struct thermal_cooling_device *cdev);
369 struct thermal_cooling_device *,
373 struct thermal_cooling_device *);
377 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
379 struct thermal_cooling_device *
382 struct thermal_cooling_device *
387 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
406 static inline struct thermal_cooling_device *
410 static inline struct thermal_cooling_device *
415 static inline struct thermal_cooling_device *
424 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()