Searched refs:trt_count (Results 1 – 3 of 3) sorted by relevance
67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() argument91 *trt_count = p->package.count; in acpi_parse_trt()92 trts = kzalloc_objs(struct trt, *trt_count); in acpi_parse_trt()98 for (i = 0; i < *trt_count; i++) { in acpi_parse_trt()125 *trt_count -= nr_bad_entries; in acpi_parse_trt()
142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
57 int trt_count; member584 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count, in int3400_thermal_probe()