trt_count          66 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp,
trt_count          91 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	*trt_count = p->package.count;
trt_count          92 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL);
trt_count          98 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	for (i = 0; i < *trt_count; i++) {
trt_count         127 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	*trt_count -= nr_bad_entries;
trt_count          81 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
trt_count          50 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	int trt_count;
trt_count         305 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	result = acpi_parse_trt(priv->adev->handle, &priv->trt_count,