Lines Matching refs:common_firmware_header
38 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr()
53 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr()
74 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr()
109 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr()
136 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
299 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr()
345 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr()
492 void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gpu_info_hdr()
515 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
516 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()
829 const struct common_firmware_header *header = NULL; in amdgpu_ucode_init_single_fw()
851 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
1094 const struct common_firmware_header *comm_hdr = NULL; in amdgpu_ucode_patch_jt()
1101 comm_hdr = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_patch_jt()