Home
last modified time | relevance | path

Searched refs:ACPI_ALLOCATE_BUFFER (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dacpi.h32 #define ACPI_ALLOCATE_BUFFER (size_t)-1 macro
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_acpi.c120 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atif_call()
443 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in radeon_atcs_call()
H A Dradeon_bios.c290 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in radeon_atrm_call()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_acpi.c155 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atif_call()
540 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in amdgpu_atcs_call()
H A Damdgpu_bios.c370 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL}; in amdgpu_atrm_call()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c1404 KASSERT(buffer->length != ACPI_ALLOCATE_BUFFER); in acpi_get_name()
1447 KASSERT(result->length == ACPI_ALLOCATE_BUFFER); in acpi_evaluate_object()