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

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_acpi.c1304 char acpi_method_name[255] = { 0 }; local
1305 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name};
1320 DRM_DEBUG_DRIVER("Found ATIF handle %s\n", acpi_method_name);
1339 char acpi_method_name[255] = { 0 }; local
1340 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name };
1355 DRM_DEBUG_DRIVER("Found ATCS handle %s\n", acpi_method_name);

Completed in 125 milliseconds