Searched refs:image_info (Results 1 – 6 of 6) sorted by relevance
23 struct image_info *img_info) in mhi_rddm_prepare()306 struct image_info *image_info) in mhi_free_bhi_buffer() argument308 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhi_buffer()311 kfree(image_info); in mhi_free_bhi_buffer()315 struct image_info *image_info) in mhi_free_bhie_table() argument318 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhie_table()320 for (i = 0; i < image_info->entries; i++, mhi_buf++) in mhi_free_bhie_table()324 kfree(image_info); in mhi_free_bhie_table()328 struct image_info **image_info, in mhi_alloc_bhi_buffer() argument331 struct image_info *img_info; in mhi_alloc_bhi_buffer()[all …]
259 local image_info=""271 image_info=$(cat ${IFS_SCAN_SYSFS_PATH}/current_batch)272 if [[ "$image_info" == 0x"$image_id" ]]; then273 append_log "[$PASS] load IFS current_batch:$image_info"275 append_log "[$FAIL] current_batch:$image_info is not expected:$image_id"
73 struct image_info { struct91 struct image_info image_header; argument
109 struct image_info { struct404 struct image_info *fbc_image;405 struct image_info *rddm_image;
55 host_image->image_info.up_total_len = fw_image->fw_len; in check_image_valid()56 host_image->image_info.fw_version = fw_image->fw_version; in check_image_valid()137 up_total_len = host_image->image_info.up_total_len; in hinic_flash_fw()
106 } image_info; member