arts              150 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct art *arts;
arts              171 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL);
arts              172 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	if (!arts) {
arts              178 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		struct art *art = &arts[i - nr_bad_entries];
arts              205 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	*artp = arts;
arts              234 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct art *arts = NULL;
arts              237 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	ret = acpi_parse_art(acpi_thermal_rel_handle, &count, &arts, false);
arts              249 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		get_single_name(arts[i].source, art_user[i].source_device);
arts              250 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		get_single_name(arts[i].target, art_user[i].target_device);
arts              252 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		memcpy(&art_user[i].weight, &arts[i].weight,
arts              260 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	kfree(arts);
arts              307 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct art *arts = NULL;
arts              329 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 				&arts, false);
arts              330 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		kfree(arts);
arts              336 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 				&arts, false);
arts              337 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		kfree(arts);
arts               79 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
arts               49 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	struct art *arts;
arts              301 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 				&priv->arts, true);
arts              346 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	kfree(priv->arts);
arts              366 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	kfree(priv->arts);