Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
A Dnouveau_acpi.c268 char acpi_method_name[255] = { 0 }; in nouveau_dsm_detect() local
269 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in nouveau_dsm_detect()
304 acpi_method_name); in nouveau_dsm_detect()
316 acpi_method_name); in nouveau_dsm_detect()
/drivers/gpu/drm/i915/display/
A Dintel_acpi.c159 char acpi_method_name[255] = {}; in intel_dsm_detect() local
160 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in intel_dsm_detect()
172 acpi_method_name); in intel_dsm_detect()
/drivers/gpu/drm/radeon/
A Dradeon_atpx_handler.c554 char acpi_method_name[255] = { 0 }; in radeon_atpx_detect() local
555 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in radeon_atpx_detect()
584 acpi_method_name); in radeon_atpx_detect()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_atpx_handler.c602 char acpi_method_name[255] = { 0 }; in amdgpu_atpx_detect() local
603 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atpx_detect()
633 acpi_method_name); in amdgpu_atpx_detect()
A Damdgpu_acpi.c1309 char acpi_method_name[255] = { 0 }; in amdgpu_atif_pci_probe_handle() local
1310 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atif_pci_probe_handle()
1325 DRM_DEBUG_DRIVER("Found ATIF handle %s\n", acpi_method_name); in amdgpu_atif_pci_probe_handle()
1344 char acpi_method_name[255] = { 0 }; in amdgpu_atcs_pci_probe_handle() local
1345 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; in amdgpu_atcs_pci_probe_handle()
1360 DRM_DEBUG_DRIVER("Found ATCS handle %s\n", acpi_method_name); in amdgpu_atcs_pci_probe_handle()

Completed in 12 milliseconds