Searched refs:acpi_parse_trt (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | acpi_thermal_rel.c | 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() function 130 EXPORT_SYMBOL(acpi_parse_trt); 411 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt() 501 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl() 508 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl()
|
D | acpi_thermal_rel.h | 142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
D | int3400_thermal.c | 594 result = acpi_parse_trt(priv->adev->handle, &priv->trt_count, in int3400_thermal_probe()
|