Home
last modified time | relevance | path

Searched refs:trt (Results 1 – 3 of 3) sorted by relevance

/drivers/thermal/int340x_thermal/
Dacpi_thermal_rel.c70 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt()
77 struct trt *trts; in acpi_parse_trt()
99 trts = kzalloc(*trt_count * sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt()
106 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() local
108 element.length = sizeof(struct trt); in acpi_parse_trt()
109 element.pointer = trt; in acpi_parse_trt()
121 result = acpi_bus_get_device(trt->source, &adev); in acpi_parse_trt()
125 result = acpi_bus_get_device(trt->target, &adev); in acpi_parse_trt()
280 struct trt *trts = NULL; in fill_trt()
316 struct trt *trts = NULL; in acpi_thermal_rel_ioctl()
Dacpi_thermal_rel.h32 struct trt { struct
80 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
Dint3400_thermal.c39 struct trt *trts;