Searched refs:trts (Results 1 – 3 of 3) sorted by relevance
/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 77 struct trt *trts; in acpi_parse_trt() local 99 trts = kzalloc(*trt_count * sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 100 if (!trts) { in acpi_parse_trt() 106 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() 134 *trtp = trts; in acpi_parse_trt() 286 struct trt *trts = NULL; in fill_trt() local 289 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt() 301 get_single_name(trts[i].source, trt_user[i].source_device); in fill_trt() 302 get_single_name(trts[i].target, trt_user[i].target_device); in fill_trt() 303 trt_user[i].sample_period = trts[i].sample_period; in fill_trt() [all …]
|
D | int3400_thermal.c | 43 struct trt *trts; member 205 &priv->trts, true); in int3400_thermal_probe() 228 kfree(priv->trts); in int3400_thermal_probe() 244 kfree(priv->trts); in int3400_thermal_remove()
|
D | acpi_thermal_rel.h | 80 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|