Lines Matching refs:tz

203 	int (*bind_to_tz)(struct thermal_zone_device *tz);
204 void (*unbind_from_tz)(struct thermal_zone_device *tz);
205 int (*throttle)(struct thermal_zone_device *tz, int trip);
240 int (*match) (struct thermal_zone_device *tz,
305 void thermal_of_zone_unregister(struct thermal_zone_device *tz);
307 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
309 void thermal_of_zone_unregister(struct thermal_zone_device *tz);
326 static inline void thermal_of_zone_unregister(struct thermal_zone_device *tz) in thermal_of_zone_unregister() argument
331 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() argument
369 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
370 int thermal_zone_get_slope(struct thermal_zone_device *tz);
371 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 void thermal_zone_device_critical(struct thermal_zone_device *tz);
384 struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
410 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
413 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
416 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
419 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
422 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument