Lines Matching refs:thermal_cooling_device
65 struct thermal_cooling_device;
89 struct thermal_cooling_device *);
91 struct thermal_cooling_device *);
116 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
117 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
118 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
121 struct thermal_cooling_device { struct
220 struct thermal_cooling_device *cdev;
247 struct thermal_cooling_device *cdev);
332 struct thermal_cooling_device *,
335 struct thermal_cooling_device *);
338 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
340 struct thermal_cooling_device *
343 void thermal_cooling_device_unregister(struct thermal_cooling_device *);
349 struct thermal_cooling_device *, int);
350 void thermal_cdev_update(struct thermal_cooling_device *);
364 struct thermal_cooling_device *cdev, in thermal_zone_bind_cooling_device()
369 struct thermal_cooling_device *cdev) in thermal_zone_unbind_cooling_device()
373 static inline struct thermal_cooling_device *
377 static inline struct thermal_cooling_device *
382 struct thermal_cooling_device *cdev) in thermal_cooling_device_unregister()
394 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance()
396 static inline void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()