Lines Matching refs:tz
198 int (*bind_to_tz)(struct thermal_zone_device *tz);
199 void (*unbind_from_tz)(struct thermal_zone_device *tz);
200 int (*throttle)(struct thermal_zone_device *tz, int trip);
235 int (*match) (struct thermal_zone_device *tz,
325 struct thermal_zone_device *tz);
330 struct thermal_zone_device *tz);
348 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister() argument
361 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister() argument
394 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
395 int thermal_zone_get_slope(struct thermal_zone_device *tz);
396 int thermal_zone_get_offset(struct thermal_zone_device *tz);
400 int thermal_zone_device_enable(struct thermal_zone_device *tz);
401 int thermal_zone_device_disable(struct thermal_zone_device *tz);
410 struct thermal_zone_device *tz) in thermal_zone_device_unregister() argument
435 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() argument
438 struct thermal_zone_device *tz) in thermal_zone_get_slope() argument
441 struct thermal_zone_device *tz) in thermal_zone_get_offset() argument
446 static inline void thermal_notify_framework(struct thermal_zone_device *tz, in thermal_notify_framework() argument
450 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() argument
453 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() argument