Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c74 struct trt *trts; in acpi_parse_trt() local
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()
408 struct trt *trts = NULL; in fill_trt() local
433 kfree(trts); in fill_trt()
495 struct trt *trts = NULL; in acpi_thermal_rel_ioctl() local
502 &trts, false); in acpi_thermal_rel_ioctl()
503 kfree(trts); in acpi_thermal_rel_ioctl()
509 &trts, false); in acpi_thermal_rel_ioctl()
[all …]
H A Dint3400_thermal.c56 struct trt *trts; member
602 &priv->trts, true); in int3400_thermal_probe()
670 kfree(priv->trts); in int3400_thermal_probe()
698 kfree(priv->trts); in int3400_thermal_remove()
H A Dacpi_thermal_rel.h142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,