Searched refs:trt_count (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 70 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() argument 98 *trt_count = p->package.count; in acpi_parse_trt() 99 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 105 for (i = 0; i < *trt_count; i++) { in acpi_parse_trt() 134 *trt_count -= nr_bad_entries; in acpi_parse_trt()
|
D | acpi_thermal_rel.h | 81 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
D | int3400_thermal.c | 40 int trt_count; member 298 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count, in int3400_thermal_probe()
|