Lines Matching refs:thermal_cooling_device
33 struct thermal_cooling_device;
98 struct thermal_cooling_device *,
115 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
116 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
117 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
118 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
119 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
120 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
123 struct thermal_cooling_device { struct
141 DEFINE_GUARD(cooling_dev, struct thermal_cooling_device *, mutex_lock(&_T->lock), argument
253 struct thermal_cooling_device *thermal_cooling_device_register(const char *,
255 struct thermal_cooling_device *
258 struct thermal_cooling_device *
263 void thermal_cooling_device_update(struct thermal_cooling_device *);
264 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
271 struct thermal_cooling_device *cdev);
300 static inline struct thermal_cooling_device *
304 static inline struct thermal_cooling_device *
309 static inline struct thermal_cooling_device *
318 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()