Searched refs:fw_image (Results 1 – 7 of 7) sorted by relevance
26 struct fw_image_st *fw_image = NULL; in check_image_valid() local30 fw_image = (struct fw_image_st *)buf; in check_image_valid()32 if (fw_image->fw_magic != HINIC_MAGIC_NUM) { in check_image_valid()34 fw_image->fw_magic); in check_image_valid()38 if (fw_image->fw_info.fw_section_cnt > MAX_FW_TYPE_NUM) { in check_image_valid()40 fw_image->fw_info.fw_section_cnt); in check_image_valid()44 for (i = 0; i < fw_image->fw_info.fw_section_cnt; i++) { in check_image_valid()45 len += fw_image->fw_section_info[i].fw_section_len; in check_image_valid()46 host_image->image_section_info[i] = fw_image->fw_section_info[i]; in check_image_valid()49 if (len != fw_image->fw_len || in check_image_valid()[all …]
332 struct efct_hw_grp_hdr *fw_image; in efct_request_firmware_update() local342 fw_image = (struct efct_hw_grp_hdr *)fw->data; in efct_request_firmware_update()344 if (!strncmp(efct->hw.sli.fw_name[0], fw_image->revision, in efct_request_firmware_update()345 strnlen(fw_image->revision, 16))) { in efct_request_firmware_update()352 efct->hw.sli.fw_name[0], fw_image->revision); in efct_request_firmware_update()
396 const char *fw_image; member
358 mhi_ctrl->fw_image = ab_pci->amss_path; in ath11k_mhi_register()
241 mhi_ctrl->fw_image = ab_pci->amss_path; in ath12k_mhi_register()
501 mhi_cntrl->edl_image : mhi_cntrl->fw_image; in mhi_fw_load_handler()
1382 mhi_cntrl->fw_image = info->fw; in mhi_pci_probe()