Searched refs:arts (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dacpi_thermal_rel.c157 struct art *arts; acpi_parse_art() local
181 arts = kzalloc(*art_count * sizeof(struct art), GFP_KERNEL); acpi_parse_art()
182 if (!arts) { acpi_parse_art()
188 struct art *art = &arts[i - nr_bad_entries]; acpi_parse_art()
215 *artp = arts; acpi_parse_art()
244 struct art *arts = NULL; fill_art() local
247 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, &arts, false); fill_art()
259 get_single_name(arts[i].source, art_user[i].source_device); fill_art()
260 get_single_name(arts[i].target, art_user[i].target_device); fill_art()
262 memcpy(&art_user[i].weight, &arts[i].weight, fill_art()
270 kfree(arts); fill_art()
317 struct art *arts = NULL; acpi_thermal_rel_ioctl() local
339 &arts, false); acpi_thermal_rel_ioctl()
340 kfree(arts); acpi_thermal_rel_ioctl()
346 &arts, false); acpi_thermal_rel_ioctl()
347 kfree(arts); acpi_thermal_rel_ioctl()
H A Dacpi_thermal_rel.h78 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
H A Dint3400_thermal.c37 struct art *arts; member in struct:int3400_thermal_priv
263 &priv->arts, true); int3400_thermal_probe()
299 kfree(priv->arts); int3400_thermal_probe()
315 kfree(priv->arts); int3400_thermal_remove()

Completed in 130 milliseconds