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

/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dacpi_thermal_rel.c65 * @art_count: the number of valid entries resulted from parsing _TRT
145 * @art_count: the number of valid entries resulted from parsing _ART
150 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, acpi_parse_art() argument
180 *art_count = p->package.count - 1; acpi_parse_art()
181 arts = kzalloc(*art_count * sizeof(struct art), GFP_KERNEL); acpi_parse_art()
187 for (i = 0; i < *art_count; i++) { acpi_parse_art()
217 *art_count -= nr_bad_entries; acpi_parse_art()
H A Dacpi_thermal_rel.h78 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
H A Dint3400_thermal.c36 int art_count; member in struct:int3400_thermal_priv
262 result = acpi_parse_art(priv->adev->handle, &priv->art_count, int3400_thermal_probe()

Completed in 48 milliseconds