Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_acpi.c160 atif_arg_elements[0].type = ACPI_TYPE_INTEGER; in amdgpu_atif_call()
169 atif_arg_elements[1].type = ACPI_TYPE_INTEGER; in amdgpu_atif_call()
545 atcs_arg_elements[0].type = ACPI_TYPE_INTEGER; in amdgpu_atcs_call()
554 atcs_arg_elements[1].type = ACPI_TYPE_INTEGER; in amdgpu_atcs_call()
978 ACPI_TYPE_INTEGER); in amdgpu_acpi_dev_init()
993 ACPI_TYPE_INTEGER); in amdgpu_acpi_dev_init()
1054 ACPI_TYPE_INTEGER); in amdgpu_acpi_get_xcc_info()
1063 ACPI_TYPE_INTEGER); in amdgpu_acpi_get_xcc_info()
H A Damdgpu_bios.c375 atrm_arg_elements[0].type = ACPI_TYPE_INTEGER; in amdgpu_atrm_call()
378 atrm_arg_elements[1].type = ACPI_TYPE_INTEGER; in amdgpu_atrm_call()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_acpi.c125 atif_arg_elements[0].type = ACPI_TYPE_INTEGER; in radeon_atif_call()
134 atif_arg_elements[1].type = ACPI_TYPE_INTEGER; in radeon_atif_call()
448 atcs_arg_elements[0].type = ACPI_TYPE_INTEGER; in radeon_atcs_call()
457 atcs_arg_elements[1].type = ACPI_TYPE_INTEGER; in radeon_atcs_call()
H A Dradeon_bios.c295 atrm_arg_elements[0].type = ACPI_TYPE_INTEGER; in radeon_atrm_call()
298 atrm_arg_elements[1].type = ACPI_TYPE_INTEGER; in radeon_atrm_call()
/openbsd/sys/dev/pci/drm/include/linux/
H A Dacpi.h47 #define ACPI_TYPE_INTEGER 1 macro
/openbsd/sys/dev/pci/drm/
H A Ddrm_privacy_screen_x86.c30 union acpi_object obj = { .type = ACPI_TYPE_INTEGER }; in detect_thinkpad_privacy_screen()