Lines Matching refs:tz

202 	int (*bind_to_tz)(struct thermal_zone_device *tz);
203 void (*unbind_from_tz)(struct thermal_zone_device *tz);
204 int (*throttle)(struct thermal_zone_device *tz, int trip);
263 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
275 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() argument
280 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
282 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
285 int thermal_zone_set_trip(struct thermal_zone_device *tz, int trip_id,
288 int for_each_thermal_trip(struct thermal_zone_device *tz,
291 int thermal_zone_get_num_trips(struct thermal_zone_device *tz);
293 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
318 void thermal_zone_device_unregister(struct thermal_zone_device *tz);
333 void thermal_zone_device_exec(struct thermal_zone_device *tz,
351 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
352 int thermal_zone_get_slope(struct thermal_zone_device *tz);
353 int thermal_zone_get_offset(struct thermal_zone_device *tz);
355 int thermal_zone_device_enable(struct thermal_zone_device *tz);
356 int thermal_zone_device_disable(struct thermal_zone_device *tz);
357 void thermal_zone_device_critical(struct thermal_zone_device *tz);
376 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
403 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
406 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
409 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
412 static inline void *thermal_zone_device_priv(struct thermal_zone_device *tz) in thermal_zone_device_priv() argument
427 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
430 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument