Lines Matching defs:tz

192     int (*bind_to_tz)(struct thermal_zone_device *tz);
193 void (*unbind_from_tz)(struct thermal_zone_device *tz);
194 int (*throttle)(struct thermal_zone_device *tz, int trip);
229 int (*match)(struct thermal_zone_device *tz, struct thermal_cooling_device *cdev);
314 void thermal_zone_of_sensor_unregister(struct device *dev, struct thermal_zone_device *tz);
317 void devm_thermal_zone_of_sensor_unregister(struct device *dev, struct thermal_zone_device *tz);
330 static inline void thermal_zone_of_sensor_unregister(struct device *dev, struct thermal_zone_device *tz)
341 static inline void devm_thermal_zone_of_sensor_unregister(struct device *dev, struct thermal_zone_device *tz)
367 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
368 int thermal_zone_get_slope(struct thermal_zone_device *tz);
369 int thermal_zone_get_offset(struct thermal_zone_device *tz);
373 int thermal_zone_device_enable(struct thermal_zone_device *tz);
374 int thermal_zone_device_disable(struct thermal_zone_device *tz);
375 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);
383 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz)
410 static inline int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp)
414 static inline int thermal_zone_get_slope(struct thermal_zone_device *tz)
418 static inline int thermal_zone_get_offset(struct thermal_zone_device *tz)
426 static inline void thermal_notify_framework(struct thermal_zone_device *tz, int trip)
430 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz)
435 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz)
440 static inline int thermal_zone_device_is_enabled(struct thermal_zone_device *tz)