Searched refs:image_info (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/bus/mhi/host/
H A Dboot.c23 struct image_info *img_info)
300 struct image_info *image_info)
303 struct mhi_buf *mhi_buf = image_info->mhi_buf;
305 for (i = 0; i < image_info->entries; i++, mhi_buf++)
309 kfree(image_info->mhi_buf);
310 kfree(image_info);
314 struct image_info **image_info,
320 struct image_info *img_inf
299 mhi_free_bhie_table(struct mhi_controller *mhi_cntrl, struct image_info *image_info) argument
313 mhi_alloc_bhie_table(struct mhi_controller *mhi_cntrl, struct image_info **image_info, size_t alloc_size) argument
528 struct image_info *image_info = mhi_cntrl->fbc_image; local
[all...]
H A Dinternal.h315 struct image_info **image_info, size_t alloc_size);
317 struct image_info *image_info);
382 struct image_info *img_info);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sds.h73 struct image_info { struct
91 struct image_info image_header;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.h106 } image_info; member in struct:host_image_st
H A Dhinic_devlink.c55 host_image->image_info.up_total_len = fw_image->fw_len;
56 host_image->image_info.fw_version = fw_image->fw_version;
137 up_total_len = host_image->image_info.up_total_len;
/linux-master/include/linux/
H A Dmhi.h89 * struct image_info - Firmware and RDDM table
93 struct image_info { struct
387 struct image_info *fbc_image;
388 struct image_info *rddm_image;

Completed in 142 milliseconds