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

/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.h142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
H A Dacpi_thermal_rel.c59 * acpi_parse_trt - Thermal Relationship Table _TRT for passive cooling
67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, function
130 EXPORT_SYMBOL(acpi_parse_trt); variable
411 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false);
501 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count,
508 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count,
H A Dint3400_thermal.c601 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count,

Completed in 124 milliseconds