Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_acpi.c155 char acpi_method_name[255] = { 0 }; in intel_dsm_detect() local
156 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in intel_dsm_detect()
168 acpi_method_name); in intel_dsm_detect()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c265 char acpi_method_name[255] = { 0 }; in nouveau_dsm_detect() local
266 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()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c917 char acpi_method_name[255] = { 0 }; in amdgpu_atif_pci_probe_handle() local
918 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atif_pci_probe_handle()
933 DRM_DEBUG_DRIVER("Found ATIF handle %s\n", acpi_method_name); in amdgpu_atif_pci_probe_handle()
952 char acpi_method_name[255] = { 0 }; in amdgpu_atcs_pci_probe_handle() local
953 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; in amdgpu_atcs_pci_probe_handle()
968 DRM_DEBUG_DRIVER("Found ATCS handle %s\n", acpi_method_name); in amdgpu_atcs_pci_probe_handle()
Damdgpu_atpx_handler.c608 char acpi_method_name[255] = { 0 }; in amdgpu_atpx_detect() local
609 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atpx_detect()
639 acpi_method_name); in amdgpu_atpx_detect()
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c550 char acpi_method_name[255] = { 0 }; in radeon_atpx_detect() local
551 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in radeon_atpx_detect()
580 acpi_method_name); in radeon_atpx_detect()