Home
last modified time | relevance | path

Searched refs:trts (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c74 struct trt *trts; in acpi_parse_trt() local
93 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt()
94 if (!trts) { in acpi_parse_trt()
100 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt()
126 *trtp = trts; in acpi_parse_trt()
271 struct trt *trts = NULL; in fill_trt() local
274 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt()
286 get_single_name(trts[i].source, trt_user[i].source_device); in fill_trt()
287 get_single_name(trts[i].target, trt_user[i].target_device); in fill_trt()
288 trt_user[i].sample_period = trts[ in fill_trt()
307 struct trt *trts = NULL; acpi_thermal_rel_ioctl() local
[all...]
H A Dint3400_thermal.c55 struct trt *trts; member
509 &priv->trts, true); in int3400_thermal_probe()
562 kfree(priv->trts); in int3400_thermal_probe()
587 kfree(priv->trts); in int3400_thermal_remove()
H A Dacpi_thermal_rel.h81 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c74 struct trt *trts; in acpi_parse_trt() local
92 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); 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()
408 struct trt *trts = NULL; in fill_trt() local
411 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt()
423 get_single_name(trts[i].source, trt_user[i].source_device); in fill_trt()
424 get_single_name(trts[i].target, trt_user[i].target_device); in fill_trt()
425 trt_user[i].sample_period = trts[ in fill_trt()
495 struct trt *trts = NULL; acpi_thermal_rel_ioctl() local
[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,

Completed in 6 milliseconds