Lines Matching refs:tz
206 int (*bind_to_tz)(struct thermal_zone_device *tz);
207 void (*unbind_from_tz)(struct thermal_zone_device *tz);
208 int (*throttle)(struct thermal_zone_device *tz, int trip);
245 int (*match) (struct thermal_zone_device *tz,
341 struct thermal_zone_device *tz);
346 struct thermal_zone_device *tz);
364 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister() argument
377 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister() argument
410 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
411 int thermal_zone_get_slope(struct thermal_zone_device *tz);
412 int thermal_zone_get_offset(struct thermal_zone_device *tz);
416 int thermal_zone_device_enable(struct thermal_zone_device *tz);
417 int thermal_zone_device_disable(struct thermal_zone_device *tz);
418 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);
427 struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
453 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
456 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
459 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
464 static inline void thermal_notify_framework(struct thermal_zone_device *tz, in thermal_notify_framework() argument
468 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
471 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument
475 thermal_zone_device_is_enabled(struct thermal_zone_device *tz) in thermal_zone_device_is_enabled() argument