Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_acpi.c128 char acpi_method_name[255] = { 0 }; in intel_dsm_detect() local
129 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in intel_dsm_detect()
141 acpi_method_name); in intel_dsm_detect()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c290 char acpi_method_name[255] = { 0 }; in nouveau_dsm_detect() local
291 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in nouveau_dsm_detect()
329 acpi_method_name); in nouveau_dsm_detect()
341 acpi_method_name); in nouveau_dsm_detect()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c551 char acpi_method_name[255] = { 0 }; in radeon_atpx_detect() local
552 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in radeon_atpx_detect()
581 acpi_method_name); in radeon_atpx_detect()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atpx_handler.c607 char acpi_method_name[255] = { 0 }; in amdgpu_atpx_detect() local
608 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atpx_detect()
638 acpi_method_name); in amdgpu_atpx_detect()
Damdgpu_acpi.c222 char acpi_method_name[255] = { 0 }; in amdgpu_atif_probe_handle() local
223 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; in amdgpu_atif_probe_handle()
244 DRM_DEBUG_DRIVER("Found ATIF handle %s\n", acpi_method_name); in amdgpu_atif_probe_handle()