Lines Matching refs:tz

204 	int (*bind_to_tz)(struct thermal_zone_device *tz);
205 void (*unbind_from_tz)(struct thermal_zone_device *tz);
206 int (*throttle)(struct thermal_zone_device *tz, int trip);
241 int (*match) (struct thermal_zone_device *tz,
306 void thermal_of_zone_unregister(struct thermal_zone_device *tz);
308 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
310 void thermal_of_zone_unregister(struct thermal_zone_device *tz);
327 static inline void thermal_of_zone_unregister(struct thermal_zone_device *tz) in thermal_of_zone_unregister() argument
332 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() argument
337 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
339 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
342 int thermal_zone_set_trip(struct thermal_zone_device *tz, int trip_id,
345 int thermal_zone_get_num_trips(struct thermal_zone_device *tz);
347 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
389 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
390 int thermal_zone_get_slope(struct thermal_zone_device *tz);
391 int thermal_zone_get_offset(struct thermal_zone_device *tz);
393 int thermal_zone_device_enable(struct thermal_zone_device *tz);
394 int thermal_zone_device_disable(struct thermal_zone_device *tz);
395 void thermal_zone_device_critical(struct thermal_zone_device *tz);
404 struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
430 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
433 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
436 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
439 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
442 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument