Home
last modified time | relevance | path

Searched refs:image_info (Results 1 – 5 of 5) sorted by relevance

/drivers/bus/mhi/host/
Dboot.c23 struct image_info *img_info) in mhi_rddm_prepare()
299 struct image_info *image_info) in mhi_free_bhie_table() argument
302 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhie_table()
304 for (i = 0; i < image_info->entries; i++, mhi_buf++) in mhi_free_bhie_table()
308 kfree(image_info->mhi_buf); in mhi_free_bhie_table()
309 kfree(image_info); in mhi_free_bhie_table()
313 struct image_info **image_info, in mhi_alloc_bhie_table() argument
319 struct image_info *img_info; in mhi_alloc_bhie_table()
351 *image_info = img_info; in mhi_alloc_bhie_table()
368 struct image_info *img_info) in mhi_firmware_copy()
[all …]
Dinternal.h617 struct image_info **image_info, size_t alloc_size);
619 struct image_info *image_info);
683 struct image_info *img_info);
/drivers/scsi/aic94xx/
Daic94xx_sds.h73 struct image_info { struct
91 struct image_info image_header; argument
/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.h106 } image_info; member
Dhinic_devlink.c57 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()