Searched refs:trt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() 74 struct trt *trts; in acpi_parse_trt() 93 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 100 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() local 102 element.length = sizeof(struct trt); in acpi_parse_trt() 103 element.pointer = trt; in acpi_parse_trt() 115 result = acpi_bus_get_device(trt->source, &adev); in acpi_parse_trt() 119 result = acpi_bus_get_device(trt->target, &adev); in acpi_parse_trt() 271 struct trt *trt in fill_trt() [all...] |
H A D | acpi_thermal_rel.h | 33 struct trt { struct 81 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 55 struct trt *trts;
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() 74 struct trt *trts; in acpi_parse_trt() 92 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 99 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() local 101 element.length = sizeof(struct trt); in acpi_parse_trt() 102 element.pointer = trt; in acpi_parse_trt() 114 if (!acpi_fetch_acpi_dev(trt->source)) in acpi_parse_trt() 117 if (!acpi_fetch_acpi_dev(trt->target)) in acpi_parse_trt() 408 struct trt *trt in fill_trt() [all...] |
H A D | acpi_thermal_rel.h | 45 struct trt { struct 142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 56 struct trt *trts;
|
Completed in 5 milliseconds