Lines Matching refs:tz

225 	int (*bind_to_tz)(struct thermal_zone_device *tz);
226 void (*unbind_from_tz)(struct thermal_zone_device *tz);
227 int (*throttle)(struct thermal_zone_device *tz,
229 void (*update_tz)(struct thermal_zone_device *tz,
289 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
301 struct thermal_zone_device *tz)
306 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
308 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
310 int for_each_thermal_trip(struct thermal_zone_device *tz,
313 int thermal_zone_for_each_trip(struct thermal_zone_device *tz,
316 int thermal_zone_get_num_trips(struct thermal_zone_device *tz);
317 void thermal_zone_set_trip_temp(struct thermal_zone_device *tz,
320 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
337 void thermal_zone_device_unregister(struct thermal_zone_device *tz);
344 int thermal_bind_cdev_to_trip(struct thermal_zone_device *tz,
353 int thermal_unbind_cdev_from_trip(struct thermal_zone_device *tz,
374 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
375 int thermal_zone_get_slope(struct thermal_zone_device *tz);
376 int thermal_zone_get_offset(struct thermal_zone_device *tz);
378 int thermal_zone_device_enable(struct thermal_zone_device *tz);
379 int thermal_zone_device_disable(struct thermal_zone_device *tz);
380 void thermal_zone_device_critical(struct thermal_zone_device *tz);
398 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz)
425 struct thermal_zone_device *tz, int *temp)
428 struct thermal_zone_device *tz)
431 struct thermal_zone_device *tz)
434 static inline void *thermal_zone_device_priv(struct thermal_zone_device *tz)
449 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz)
452 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz)