trts               73 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct trt *trts;
trts               92 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL);
trts               93 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	if (!trts) {
trts               99 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		struct trt *trt = &trts[i - nr_bad_entries];
trts              125 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	*trtp = trts;
trts              270 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct trt *trts = NULL;
trts              273 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false);
trts              285 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		get_single_name(trts[i].source, trt_user[i].source_device);
trts              286 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		get_single_name(trts[i].target, trt_user[i].target_device);
trts              287 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		trt_user[i].sample_period = trts[i].sample_period;
trts              288 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		trt_user[i].influence = trts[i].influence;
trts              295 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	kfree(trts);
trts              306 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct trt *trts = NULL;
trts              312 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 				&trts, false);
trts              313 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		kfree(trts);
trts              319 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 				&trts, false);
trts              320 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		kfree(trts);
trts               81 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
trts               51 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	struct trt *trts;
trts              306 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 				&priv->trts, true);
trts              345 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	kfree(priv->trts);
trts              365 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	kfree(priv->trts);