Searched refs:art_count (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/thermal/intel/int340x_thermal/ |
| D | acpi_thermal_rel.c | 141 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art() argument 167 *art_count = p->package.count - 1; in acpi_parse_art() 168 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL); in acpi_parse_art() 174 for (i = 0; i < *art_count; i++) { in acpi_parse_art() 199 *art_count -= nr_bad_entries; in acpi_parse_art()
|
| D | acpi_thermal_rel.h | 83 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
| D | int3400_thermal.c | 52 int art_count; member 563 result = acpi_parse_art(priv->adev->handle, &priv->art_count, in int3400_thermal_probe()
|