Searched refs:acpi_parse_trt (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 62 * acpi_parse_trt - Thermal Relationship Table _TRT for passive cooling 70 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, acpi_parse_trt() function 139 EXPORT_SYMBOL(acpi_parse_trt); variable 283 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); fill_trt() 321 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, acpi_thermal_rel_ioctl() 328 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, acpi_thermal_rel_ioctl()
|
H A D | acpi_thermal_rel.h | 80 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 267 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count, int3400_thermal_probe()
|
Completed in 58 milliseconds