Searched refs:acpi_thermal_rel_handle (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/thermal/intel/int340x_thermal/ |
| D | acpi_thermal_rel.c | 25 static acpi_handle acpi_thermal_rel_handle; variable 229 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, &arts, false); in fill_art() 266 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, &trts, false); in fill_trt() 304 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl() 311 ret = acpi_parse_trt(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl() 321 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl() 328 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, in acpi_thermal_rel_ioctl() 360 acpi_thermal_rel_handle = handle; in acpi_thermal_rel_misc_device_add()
|