Searched refs:image_info (Results 1 – 6 of 6) sorted by relevance
23 struct image_info *img_info) in mhi_rddm_prepare()294 struct image_info *image_info) in mhi_free_bhie_table() argument297 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhie_table()299 for (i = 0; i < image_info->entries; i++, mhi_buf++) in mhi_free_bhie_table()303 kfree(image_info->mhi_buf); in mhi_free_bhie_table()304 kfree(image_info); in mhi_free_bhie_table()308 struct image_info **image_info, in mhi_alloc_bhie_table() argument314 struct image_info *img_info; in mhi_alloc_bhie_table()346 *image_info = img_info; in mhi_alloc_bhie_table()363 struct image_info *img_info) in mhi_firmware_copy()[all …]
603 struct image_info **image_info, size_t alloc_size);605 struct image_info *image_info);667 struct image_info *img_info);
73 struct image_info { struct91 struct image_info image_header; argument
93 struct image_info { struct386 struct image_info *fbc_image;387 struct image_info *rddm_image;
106 } image_info; member
57 host_image->image_info.up_total_len = fw_image->fw_len; in check_image_valid()58 host_image->image_info.fw_version = fw_image->fw_version; in check_image_valid()139 up_total_len = host_image->image_info.up_total_len; in hinic_flash_fw()