Searched refs:acpi_method_name (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_acpi.c | 149 char acpi_method_name[255] = { 0 }; in intel_dsm_detect() local 150 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in intel_dsm_detect() 162 acpi_method_name); in intel_dsm_detect()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_acpi.c | 156 char acpi_method_name[255] = { 0 }; in intel_dsm_detect() local 157 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in intel_dsm_detect() 169 acpi_method_name); in intel_dsm_detect()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_acpi.c | 268 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() 307 acpi_method_name); in nouveau_dsm_detect() 319 acpi_method_name); in nouveau_dsm_detect()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_acpi.c | 268 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() 307 acpi_method_name); in nouveau_dsm_detect() 319 acpi_method_name); in nouveau_dsm_detect()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atpx_handler.c | 608 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()
|
H A D | amdgpu_acpi.c | 213 char acpi_method_name[255] = { 0 }; in amdgpu_atif_probe_handle() local 214 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; in amdgpu_atif_probe_handle() 235 DRM_DEBUG_DRIVER("Found ATIF handle %s\n", acpi_method_name); in amdgpu_atif_probe_handle()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 550 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atpx_handler.c | 614 char acpi_method_name[255] = { 0 }; in amdgpu_atpx_detect() local 615 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atpx_detect() 645 acpi_method_name); in amdgpu_atpx_detect()
|
H A D | amdgpu_acpi.c | 1291 char acpi_method_name[255] = { 0 }; in amdgpu_atif_pci_probe_handle() local 1292 struct acpi_buffer buffer = {sizeof(acpi_method_name), acpi_method_name}; in amdgpu_atif_pci_probe_handle() 1307 DRM_DEBUG_DRIVER("Found ATIF handle %s\n", acpi_method_name); in amdgpu_atif_pci_probe_handle() 1326 char acpi_method_name[255] = { 0 }; in amdgpu_atcs_pci_probe_handle() local 1327 struct acpi_buffer buffer = { sizeof(acpi_method_name), acpi_method_name }; in amdgpu_atcs_pci_probe_handle() 1342 DRM_DEBUG_DRIVER("Found ATCS handle %s\n", acpi_method_name); in amdgpu_atcs_pci_probe_handle()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 550 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()
|
Completed in 15 milliseconds