Lines Matching refs:trts
74 struct trt *trts; in acpi_parse_trt() local
92 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt()
93 if (!trts) { in acpi_parse_trt()
99 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt()
123 *trtp = trts; in acpi_parse_trt()
263 struct trt *trts = NULL; in fill_trt() local
266 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt()
278 get_single_name(trts[i].source, trt_user[i].source_device); in fill_trt()
279 get_single_name(trts[i].target, trt_user[i].target_device); in fill_trt()
280 trt_user[i].sample_period = trts[i].sample_period; in fill_trt()
281 trt_user[i].influence = trts[i].influence; in fill_trt()
288 kfree(trts); in fill_trt()
299 struct trt *trts = NULL; in acpi_thermal_rel_ioctl() local
305 &trts, false); in acpi_thermal_rel_ioctl()
306 kfree(trts); in acpi_thermal_rel_ioctl()
312 &trts, false); in acpi_thermal_rel_ioctl()
313 kfree(trts); in acpi_thermal_rel_ioctl()