trt                66 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp,
trt                73 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct trt *trts;
trt                92 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL);
trt                99 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		struct trt *trt = &trts[i - nr_bad_entries];
trt               101 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		element.length = sizeof(struct trt);
trt               102 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		element.pointer = trt;
trt               114 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		result = acpi_bus_get_device(trt->source, &adev);
trt               118 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		result = acpi_bus_get_device(trt->target, &adev);
trt               270 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct trt *trts = NULL;
trt               306 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct trt *trts = NULL;
trt                81 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
trt                51 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	struct trt *trts;