Lines Matching refs:common_firmware_header
33 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr()
48 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr()
69 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr()
104 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr()
131 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
294 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr()
340 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr()
487 void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gpu_info_hdr()
510 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
511 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()
821 const struct common_firmware_header *header = NULL; in amdgpu_ucode_init_single_fw()
843 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
1086 const struct common_firmware_header *comm_hdr = NULL; in amdgpu_ucode_patch_jt()
1093 comm_hdr = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_patch_jt()