Symbol: common_firmware_header
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
246
const struct common_firmware_header *header;
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
455
header = (const struct common_firmware_header *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
106
void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
201
void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
230
void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
253
const struct common_firmware_header *hdr =
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
254
(const struct common_firmware_header *)fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
31
static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
320
const struct common_firmware_header *header = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
333
header = (const struct common_firmware_header *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
403
const struct common_firmware_header *comm_hdr = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
410
comm_hdr = (const struct common_firmware_header *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
46
void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
67
void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
85
void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
121
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
155
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
162
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
169
struct common_firmware_header common;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
270
void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
271
void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
272
void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
273
void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
274
void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
275
void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
41
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
48
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
54
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
62
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
70
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
80
struct common_firmware_header header;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
127
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
207
hdr = (const struct common_firmware_header *)adev->uvd.fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
400
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
403
hdr = (const struct common_firmware_header *)adev->uvd.fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
37
(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct common_firmware_header *)(adev)->uvd.fw->data)->ucode_size_bytes) + \
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
170
hdr = (const struct common_firmware_header *)adev->vce.fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
286
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
306
hdr = (const struct common_firmware_header *)adev->vce.fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
94
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
198
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
201
hdr = (const struct common_firmware_header *)adev->vcn.fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
59
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
94
hdr = (const struct common_firmware_header *)adev->vcn.fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1179
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1186
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1193
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1200
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1207
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1228
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
967
const struct common_firmware_header *header = NULL;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
598
const struct common_firmware_header *header = NULL;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
751
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
758
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
765
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
772
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
802
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
817
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
134
const struct common_firmware_header *header = NULL;
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
167
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
271
const struct common_firmware_header *header = NULL;
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
324
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
270
const struct common_firmware_header *header = NULL;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
320
header = (const struct common_firmware_header *)info->fw->data;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
434
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
435
hdr = (const struct common_firmware_header *)adev->uvd.fw->data;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
439
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
446
hdr = (const struct common_firmware_header *)adev->vce.fw->data;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
110
const struct common_firmware_header *hdr;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
111
hdr = (const struct common_firmware_header *)adev->vcn.fw->data;
sys/dev/drm/radeon/radeon_ucode.c
105
void radeon_ucode_print_rlc_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/radeon/radeon_ucode.c
132
void radeon_ucode_print_sdma_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/radeon/radeon_ucode.c
158
const struct common_firmware_header *hdr =
sys/dev/drm/radeon/radeon_ucode.c
159
(const struct common_firmware_header *)fw->data;
sys/dev/drm/radeon/radeon_ucode.c
30
static void radeon_ucode_print_common_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/radeon/radeon_ucode.c
45
void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/radeon/radeon_ucode.c
66
void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/radeon/radeon_ucode.c
84
void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr)
sys/dev/drm/radeon/radeon_ucode.h
171
struct common_firmware_header header;
sys/dev/drm/radeon/radeon_ucode.h
178
struct common_firmware_header header;
sys/dev/drm/radeon/radeon_ucode.h
184
struct common_firmware_header header;
sys/dev/drm/radeon/radeon_ucode.h
192
struct common_firmware_header header;
sys/dev/drm/radeon/radeon_ucode.h
202
struct common_firmware_header header;
sys/dev/drm/radeon/radeon_ucode.h
211
struct common_firmware_header common;
sys/dev/drm/radeon/radeon_ucode.h
220
void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/radeon/radeon_ucode.h
221
void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/radeon/radeon_ucode.h
222
void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/radeon/radeon_ucode.h
223
void radeon_ucode_print_rlc_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/radeon/radeon_ucode.h
224
void radeon_ucode_print_sdma_hdr(const struct common_firmware_header *hdr);
sys/dev/drm/radeon/radeon_uvd.c
146
struct common_firmware_header *hdr = (void *)rdev->uvd_fw->data;