Lines Matching defs:tz
73 static void bind_previous_governor(struct thermal_zone_device *tz, in bind_previous_governor()
95 static int thermal_set_governor(struct thermal_zone_device *tz, in thermal_set_governor()
197 int thermal_zone_device_set_policy(struct thermal_zone_device *tz, in thermal_zone_device_set_policy()
288 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
298 static inline bool should_stop_polling(struct thermal_zone_device *tz) in should_stop_polling()
303 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone()
321 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips()
327 void thermal_zone_device_critical(struct thermal_zone_device *tz) in thermal_zone_device_critical()
342 static void handle_critical_trips(struct thermal_zone_device *tz, in handle_critical_trips()
361 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip()
397 static void update_temperature(struct thermal_zone_device *tz) in update_temperature()
420 static void thermal_zone_device_init(struct thermal_zone_device *tz) in thermal_zone_device_init()
430 static int thermal_zone_device_set_mode(struct thermal_zone_device *tz, in thermal_zone_device_set_mode()
462 int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable()
468 int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable()
474 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz) in thermal_zone_device_is_enabled()
487 void thermal_zone_device_update(struct thermal_zone_device *tz, in thermal_zone_device_update()
515 struct thermal_zone_device *tz = container_of(work, struct in thermal_zone_device_check() local
558 struct thermal_zone_device *tz; in for_each_thermal_zone() local
574 struct thermal_zone_device *tz, *match = NULL; in thermal_zone_get_by_id() local
620 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device()
745 int thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_unbind_cooling_device()
779 struct thermal_zone_device *tz; in thermal_release() local
800 void print_bind_err_msg(struct thermal_zone_device *tz, in print_bind_err_msg()
807 static void __bind(struct thermal_zone_device *tz, int mask, in __bind()
1054 static void __unbind(struct thermal_zone_device *tz, int mask, in __unbind()
1075 struct thermal_zone_device *tz; in thermal_cooling_device_unregister() local
1121 static void bind_tz(struct thermal_zone_device *tz) in bind_tz()
1191 struct thermal_zone_device *tz; in thermal_zone_device_register() local
1332 void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister()
1431 struct thermal_zone_device *tz; in thermal_pm_notify() local