Searched refs:common_firmware_header (Results 1 – 10 of 10) sorted by relevance
26 struct common_firmware_header { struct41 struct common_firmware_header header; argument48 struct common_firmware_header header;54 struct common_firmware_header header;62 struct common_firmware_header header;72 struct common_firmware_header header;95 struct common_firmware_header header;110 struct common_firmware_header common;165 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr);166 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr);[all …]
31 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr()46 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr()67 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr()85 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr()106 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()171 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr()202 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()203 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()223 const struct common_firmware_header *header = NULL; in amdgpu_ucode_init_single_fw()231 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_init_single_fw()[all …]
84 const struct common_firmware_header *hdr; in amdgpu_vce_sw_init()145 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_sw_init()265 const struct common_firmware_header *hdr; in amdgpu_vce_resume()285 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_resume()
110 const struct common_firmware_header *hdr; in amdgpu_uvd_sw_init()175 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_sw_init()316 const struct common_firmware_header *hdr; in amdgpu_uvd_resume()319 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_resume()
132 const struct common_firmware_header *header = NULL; in sdma_v2_4_init_microcode()165 header = (const struct common_firmware_header *)info->fw->data; in sdma_v2_4_init_microcode()
263 const struct common_firmware_header *header = NULL; in sdma_v3_0_init_microcode()311 header = (const struct common_firmware_header *)info->fw->data; in sdma_v3_0_init_microcode()
878 const struct common_firmware_header *header = NULL; in gfx_v8_0_init_microcode()1028 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()1035 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()1042 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()1049 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()1056 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()1064 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
156 struct common_firmware_header { struct171 struct common_firmware_header header; argument178 struct common_firmware_header header;184 struct common_firmware_header header;192 struct common_firmware_header header;202 struct common_firmware_header header;211 struct common_firmware_header common;220 void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr);221 void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr);222 void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr);[all …]
31 static void radeon_ucode_print_common_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_common_hdr()46 void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_mc_hdr()67 void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_smc_hdr()85 void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_gfx_hdr()106 void radeon_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_rlc_hdr()133 void radeon_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_sdma_hdr()159 const struct common_firmware_header *hdr = in radeon_ucode_validate()160 (const struct common_firmware_header *)fw->data; in radeon_ucode_validate()
146 struct common_firmware_header *hdr = (void *)rdev->uvd_fw->data; in radeon_uvd_init()