Lines Matching full:tz

218 	int (*bind_to_tz)(struct thermal_zone_device *tz);
219 void (*unbind_from_tz)(struct thermal_zone_device *tz);
220 int (*throttle)(struct thermal_zone_device *tz,
222 void (*update_tz)(struct thermal_zone_device *tz,
282 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
294 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() argument
299 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
301 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
303 int for_each_thermal_trip(struct thermal_zone_device *tz,
306 int thermal_zone_for_each_trip(struct thermal_zone_device *tz,
309 int thermal_zone_get_num_trips(struct thermal_zone_device *tz);
310 void thermal_zone_set_trip_temp(struct thermal_zone_device *tz,
313 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
331 void thermal_zone_device_unregister(struct thermal_zone_device *tz);
338 int thermal_bind_cdev_to_trip(struct thermal_zone_device *tz,
347 int thermal_unbind_cdev_from_trip(struct thermal_zone_device *tz,
368 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
369 int thermal_zone_get_slope(struct thermal_zone_device *tz);
370 int thermal_zone_get_offset(struct thermal_zone_device *tz);
372 int thermal_zone_device_enable(struct thermal_zone_device *tz);
373 int thermal_zone_device_disable(struct thermal_zone_device *tz);
374 void thermal_zone_device_critical(struct thermal_zone_device *tz);
393 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
420 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
423 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
426 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
429 static inline void *thermal_zone_device_priv(struct thermal_zone_device *tz) in thermal_zone_device_priv() argument
444 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
447 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument