Lines Matching full:tz

199 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
211 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() argument
216 int for_each_thermal_trip(struct thermal_zone_device *tz,
219 int thermal_zone_for_each_trip(struct thermal_zone_device *tz,
222 void thermal_zone_set_trip_temp(struct thermal_zone_device *tz,
225 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
243 void thermal_zone_device_unregister(struct thermal_zone_device *tz);
266 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
267 int thermal_zone_get_slope(struct thermal_zone_device *tz);
268 int thermal_zone_get_offset(struct thermal_zone_device *tz);
269 bool thermal_trip_is_bound_to_cdev(struct thermal_zone_device *tz,
273 int thermal_zone_device_enable(struct thermal_zone_device *tz);
274 int thermal_zone_device_disable(struct thermal_zone_device *tz);
275 void thermal_zone_device_critical(struct thermal_zone_device *tz);
293 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
296 static inline void thermal_zone_device_update(struct thermal_zone_device *tz, in thermal_zone_device_update() argument
324 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
327 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
330 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
333 static inline void *thermal_zone_device_priv(struct thermal_zone_device *tz) in thermal_zone_device_priv() argument
348 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
351 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument