Searched refs:trt_count (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 | 62 * @trt_count: the number of valid entries resulted from parsing _TRT 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() argument 92 *trt_count = p->package.count; in acpi_parse_trt() 93 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 99 for (i = 0; i < *trt_count; i++) { in acpi_parse_trt() 128 *trt_count -= nr_bad_entries; in acpi_parse_trt()
|
H A D | acpi_thermal_rel.h | 81 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 54 int trt_count; member 508 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count, in int3400_thermal_probe()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 62 * @trt_count: the number of valid entries resulted from parsing _TRT 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() argument 91 *trt_count = p->package.count; in acpi_parse_trt() 92 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 98 for (i = 0; i < *trt_count; i++) { in acpi_parse_trt() 125 *trt_count -= nr_bad_entries; in acpi_parse_trt()
|
H A D | acpi_thermal_rel.h | 142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 55 int trt_count; member 601 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count, in int3400_thermal_probe()
|
Completed in 5 milliseconds