thermal_zone      380 drivers/acpi/acpica/acobject.h 	struct acpi_object_thermal_zone thermal_zone;
thermal_zone      189 drivers/acpi/acpica/dbstats.c 		acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[0]);
thermal_zone      190 drivers/acpi/acpica/dbstats.c 		acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[1]);
thermal_zone      191 drivers/acpi/acpica/dbstats.c 		acpi_db_enumerate_object(obj_desc->thermal_zone.handler);
thermal_zone      152 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[0]),
thermal_zone      154 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[1]),
thermal_zone      156 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.handler), "Handler"}
thermal_zone      173 drivers/acpi/thermal.c 	struct thermal_zone_device *thermal_zone;
thermal_zone      504 drivers/acpi/thermal.c 	thermal_zone_device_update(tz->thermal_zone,
thermal_zone      886 drivers/acpi/thermal.c 		tz->thermal_zone =
thermal_zone      892 drivers/acpi/thermal.c 		tz->thermal_zone =
thermal_zone      896 drivers/acpi/thermal.c 	if (IS_ERR(tz->thermal_zone))
thermal_zone      900 drivers/acpi/thermal.c 				   &tz->thermal_zone->device.kobj, "thermal_zone");
thermal_zone      904 drivers/acpi/thermal.c 	result = sysfs_create_link(&tz->thermal_zone->device.kobj,
thermal_zone      910 drivers/acpi/thermal.c 					       tz->thermal_zone);
thermal_zone      917 drivers/acpi/thermal.c 		 tz->thermal_zone->id);
thermal_zone      924 drivers/acpi/thermal.c 	sysfs_remove_link(&tz->thermal_zone->device.kobj, "device");
thermal_zone      925 drivers/acpi/thermal.c 	thermal_zone_device_unregister(tz->thermal_zone);
thermal_zone      926 drivers/acpi/thermal.c 	tz->thermal_zone = NULL;
thermal_zone     1001 drivers/gpu/drm/tiny/repaper.c 	const char *thermal_zone;
thermal_zone     1074 drivers/gpu/drm/tiny/repaper.c 					 &thermal_zone)) {
thermal_zone     1075 drivers/gpu/drm/tiny/repaper.c 		epd->thermal = thermal_zone_get_zone_by_name(thermal_zone);
thermal_zone     1077 drivers/gpu/drm/tiny/repaper.c 			DRM_DEV_ERROR(dev, "Failed to get thermal zone: %s\n", thermal_zone);
thermal_zone     1442 drivers/power/supply/charger-manager.c 	if (ret && desc->thermal_zone) {
thermal_zone     1444 drivers/power/supply/charger-manager.c 			thermal_zone_get_zone_by_name(desc->thermal_zone);
thermal_zone     1526 drivers/power/supply/charger-manager.c 	of_property_read_string(np, "cm-thermal-zone", &desc->thermal_zone);
thermal_zone       47 drivers/thermal/thermal_mmio.c 	struct thermal_zone_device *thermal_zone;
thermal_zone       74 drivers/thermal/thermal_mmio.c 	thermal_zone = devm_thermal_zone_of_sensor_register(&pdev->dev,
thermal_zone       78 drivers/thermal/thermal_mmio.c 	if (IS_ERR(thermal_zone)) {
thermal_zone       81 drivers/thermal/thermal_mmio.c 			PTR_ERR(thermal_zone));
thermal_zone       82 drivers/thermal/thermal_mmio.c 		return PTR_ERR(thermal_zone);
thermal_zone      191 include/linux/power/charger-manager.h 	const char *thermal_zone;
thermal_zone       31 include/trace/events/thermal.h 		__string(thermal_zone, tz->type)
thermal_zone       38 include/trace/events/thermal.h 		__assign_str(thermal_zone, tz->type);
thermal_zone       45 include/trace/events/thermal.h 		__get_str(thermal_zone), __entry->id, __entry->temp_prev,
thermal_zone       76 include/trace/events/thermal.h 		__string(thermal_zone, tz->type)
thermal_zone       83 include/trace/events/thermal.h 		__assign_str(thermal_zone, tz->type);
thermal_zone       90 include/trace/events/thermal.h 		__get_str(thermal_zone), __entry->id, __entry->trip,