Lines Matching defs:tz
174 int get_tz_trend(struct thermal_zone_device *tz, int trip) in get_tz_trend()
192 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *tz, in get_thermal_instance()
215 static void print_bind_err_msg(struct thermal_zone_device *tz, in print_bind_err_msg()
222 static void __bind(struct thermal_zone_device *tz, int mask, in __bind()
246 static void __unbind(struct thermal_zone_device *tz, int mask, in __unbind()
293 static void bind_tz(struct thermal_zone_device *tz) in bind_tz()
332 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
345 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone()
359 static void handle_non_critical_trips(struct thermal_zone_device *tz, in handle_non_critical_trips()
366 static void handle_critical_trips(struct thermal_zone_device *tz, in handle_critical_trips()
390 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip()
421 int thermal_zone_get_temp(struct thermal_zone_device *tz, unsigned long *temp) in thermal_zone_get_temp()
461 static void update_temperature(struct thermal_zone_device *tz) in update_temperature()
489 static void thermal_zone_device_reset(struct thermal_zone_device *tz) in thermal_zone_device_reset()
499 void thermal_zone_device_update(struct thermal_zone_device *tz) in thermal_zone_device_update()
518 struct thermal_zone_device *tz = container_of(work, struct in thermal_zone_device_check() local
532 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() local
540 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() local
555 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() local
574 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() local
597 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show() local
629 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store() local
651 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show() local
673 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store() local
700 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show() local
719 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store() local
769 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_show() local
779 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store() local
804 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show() local
814 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store() local
965 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device()
1076 int thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_unbind_cooling_device()
1109 struct thermal_zone_device *tz; in thermal_release() local
1260 struct thermal_zone_device *tz; in thermal_cooling_device_unregister() local
1348 void thermal_notify_framework(struct thermal_zone_device *tz, int trip) in thermal_notify_framework()
1364 static int create_trip_attrs(struct thermal_zone_device *tz, int mask) in create_trip_attrs()
1444 static void remove_trip_attrs(struct thermal_zone_device *tz) in remove_trip_attrs()
1492 struct thermal_zone_device *tz; in thermal_zone_device_register() local
1638 void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister()
1753 int thermal_generate_netlink_event(struct thermal_zone_device *tz, in thermal_generate_netlink_event()
1860 struct thermal_zone_device *tz; in thermal_pm_notify() local