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);
265 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
277 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() argument
282 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
284 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
287 int thermal_zone_set_trip(struct thermal_zone_device *tz, int trip_id,
290 int for_each_thermal_trip(struct thermal_zone_device *tz,
293 int thermal_zone_get_num_trips(struct thermal_zone_device *tz);
295 int thermal_zone_get_crit_temp(struct thermal_zone_device *tz, int *temp);
320 void thermal_zone_device_unregister(struct thermal_zone_device *tz);
335 void thermal_zone_device_exec(struct thermal_zone_device *tz,
353 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
354 int thermal_zone_get_slope(struct thermal_zone_device *tz);
355 int thermal_zone_get_offset(struct thermal_zone_device *tz);
357 int thermal_zone_device_enable(struct thermal_zone_device *tz);
358 int thermal_zone_device_disable(struct thermal_zone_device *tz);
359 void thermal_zone_device_critical(struct thermal_zone_device *tz);
378 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
405 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
408 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
411 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
414 static inline void *thermal_zone_device_priv(struct thermal_zone_device *tz) in thermal_zone_device_priv() argument
429 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
432 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument