Searched refs:acpi_parse_art (Results 1 – 3 of 3) sorted by relevance
/drivers/thermal/intel/int340x_thermal/ |
D | acpi_thermal_rel.c | 144 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()
|
D | acpi_thermal_rel.h | 79 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
D | int3400_thermal.c | 503 result = acpi_parse_art(priv->adev->handle, &priv->art_count, in int3400_thermal_probe()
|