Home
last modified time | relevance | path

Searched refs:acpi_parse_art (Results 1 – 3 of 3) sorted by relevance

/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.c144 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art() function
213 EXPORT_SYMBOL(acpi_parse_art);
238 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, &arts, false); in fill_art()
329 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl()
336 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl()
Dacpi_thermal_rel.h79 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
Dint3400_thermal.c503 result = acpi_parse_art(priv->adev->handle, &priv->art_count, in int3400_thermal_probe()