Lines Matching refs:tz
193 int (*bind_to_tz)(struct thermal_zone_device *tz);
194 void (*unbind_from_tz)(struct thermal_zone_device *tz);
195 int (*throttle)(struct thermal_zone_device *tz, int trip);
230 int (*match) (struct thermal_zone_device *tz,
320 struct thermal_zone_device *tz);
325 struct thermal_zone_device *tz);
343 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister() argument
356 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister() argument
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