Lines Matching defs:tz

75 static void bind_previous_governor(struct thermal_zone_device *tz,  in bind_previous_governor()
97 static int thermal_set_governor(struct thermal_zone_device *tz, in thermal_set_governor()
199 int thermal_zone_device_set_policy(struct thermal_zone_device *tz, in thermal_zone_device_set_policy()
291 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
306 static inline bool should_stop_polling(struct thermal_zone_device *tz) in should_stop_polling()
311 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone()
329 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips()
383 static void handle_critical_trips(struct thermal_zone_device *tz, in handle_critical_trips()
417 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip()
451 static void update_temperature(struct thermal_zone_device *tz) in update_temperature()
474 static void thermal_zone_device_init(struct thermal_zone_device *tz) in thermal_zone_device_init()
482 static void thermal_zone_device_reset(struct thermal_zone_device *tz) in thermal_zone_device_reset()
488 static int thermal_zone_device_set_mode(struct thermal_zone_device *tz, in thermal_zone_device_set_mode()
520 int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable()
526 int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable()
532 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz) in thermal_zone_device_is_enabled()
545 void thermal_zone_device_update(struct thermal_zone_device *tz, in thermal_zone_device_update()
582 void thermal_notify_framework(struct thermal_zone_device *tz, int trip) in thermal_notify_framework()
590 struct thermal_zone_device *tz = container_of(work, struct in thermal_zone_device_check() local
684 void thermal_zone_device_rebind_exception(struct thermal_zone_device *tz, in thermal_zone_device_rebind_exception()
741 struct thermal_zone_device *tz; in for_each_thermal_zone() local
757 struct thermal_zone_device *tz, *match = NULL; in thermal_zone_get_by_id() local
771 void thermal_zone_device_unbind_exception(struct thermal_zone_device *tz, in thermal_zone_device_unbind_exception()
820 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device()
945 int thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_unbind_cooling_device()
979 struct thermal_zone_device *tz; in thermal_release() local
1000 void print_bind_err_msg(struct thermal_zone_device *tz, in print_bind_err_msg()
1007 static void __bind(struct thermal_zone_device *tz, int mask, in __bind()
1243 static void __unbind(struct thermal_zone_device *tz, int mask, in __unbind()
1264 struct thermal_zone_device *tz; in thermal_cooling_device_unregister() local
1309 static void bind_tz(struct thermal_zone_device *tz) in bind_tz()
1379 struct thermal_zone_device *tz; in thermal_zone_device_register() local
1515 void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister()
1614 struct thermal_zone_device *tz; in thermal_pm_notify() local