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

/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.h140 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
H A Dacpi_thermal_rel.c136 * @art_count: the number of valid entries resulted from parsing _ART
141 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, argument
167 *art_count = p->package.count - 1;
168 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL);
174 for (i = 0; i < *art_count; i++) {
199 *art_count -= nr_bad_entries;
H A Dint3400_thermal.c53 int art_count; member in struct:int3400_thermal_priv
596 result = acpi_parse_art(priv->adev->handle, &priv->art_count,

Completed in 125 milliseconds