Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c74 struct trt *trts; in acpi_parse_trt() local
92 trts = kzalloc_objs(struct trt, *trt_count); 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()
405 struct trt *trts = NULL; in fill_trt() local
408 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt()
420 get_single_name(trts[i].source, trt_user[i].source_device); in fill_trt()
421 get_single_name(trts[i].target, trt_user[i].target_device); in fill_trt()
422 trt_user[i].sample_period = trts[i].sample_period; in fill_trt()
[all …]
H A Dint3400_thermal.c58 struct trt *trts; member
585 &priv->trts, true); in int3400_thermal_probe()
652 kfree(priv->trts); in int3400_thermal_probe()
680 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,