Lines Matching full:art
137 * @artp: pointer to pointer of array of art entries in parsing result
141 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art()
148 struct art *arts; in acpi_parse_art()
168 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL); in acpi_parse_art()
175 struct art *art = &arts[i - nr_bad_entries]; in acpi_parse_art() local
177 element.length = sizeof(struct art); in acpi_parse_art()
178 element.pointer = art; in acpi_parse_art()
190 if (!acpi_fetch_acpi_dev(art->source)) in acpi_parse_art()
193 if (!acpi_fetch_acpi_dev(art->target)) in acpi_parse_art()
371 struct art *arts = NULL; in fill_art()
383 /* now fill in user art data */ in fill_art()
385 /* userspace art needs device name instead of acpi reference */ in fill_art()
496 struct art *arts = NULL; in acpi_thermal_rel_ioctl()