Lines Matching refs:thermal_zone_device

47 	struct thermal_zone_device *tz;
97 container_of(_dev, struct thermal_zone_device, device)
102 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show()
110 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show()
128 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show()
147 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store()
170 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show()
202 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show()
224 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store()
276 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_show()
422 struct thermal_zone_device *tz;
447 struct thermal_zone_device *tz = temp->tz; in temp_input_show()
466 struct thermal_zone_device *tz = temp->tz; in temp_crit_show()
479 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) in thermal_hwmon_lookup_by_type()
497 const struct thermal_zone_device *tz) in thermal_hwmon_lookup_temp()
513 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
603 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
642 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
648 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
653 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
669 static void thermal_zone_device_passive(struct thermal_zone_device *tz, in thermal_zone_device_passive()
739 struct thermal_zone_device *tz = container_of(work, struct in thermal_zone_device_check()
740 thermal_zone_device, in thermal_zone_device_check()
754 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device()
760 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device()
838 int thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_unbind_cooling_device()
867 struct thermal_zone_device *tz; in thermal_release()
896 struct thermal_zone_device *pos; in thermal_cooling_device_register()
976 struct thermal_zone_device *tz; in thermal_cooling_device_unregister()
1014 void thermal_zone_device_update(struct thermal_zone_device *tz) in thermal_zone_device_update()
1109 struct thermal_zone_device *thermal_zone_device_register(char *type, in thermal_zone_device_register()
1114 struct thermal_zone_device *tz; in thermal_zone_device_register()
1130 tz = kzalloc(sizeof(struct thermal_zone_device), GFP_KERNEL); in thermal_zone_device_register()
1231 void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister()
1234 struct thermal_zone_device *pos = NULL; in thermal_zone_device_unregister()