Searched refs:image_info (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | boot.c | 23 struct image_info *img_info) in mhi_rddm_prepare() 294 struct image_info *image_info) in mhi_free_bhie_table() 297 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() 314 struct image_info *img_inf in mhi_alloc_bhie_table() 293 mhi_free_bhie_table(struct mhi_controller *mhi_cntrl, struct image_info *image_info) mhi_free_bhie_table() argument 307 mhi_alloc_bhie_table(struct mhi_controller *mhi_cntrl, struct image_info **image_info, size_t alloc_size) mhi_alloc_bhie_table() argument 389 struct image_info *image_info; mhi_fw_load_handler() local [all...] |
H A D | internal.h | 603 struct image_info **image_info, size_t alloc_size); 605 struct image_info *image_info); 667 struct image_info *img_info);
|
/kernel/linux/linux-6.6/drivers/bus/mhi/host/ |
H A D | boot.c | 23 struct image_info *img_info) in mhi_rddm_prepare() 300 struct image_info *image_info) in mhi_free_bhie_table() 303 struct mhi_buf *mhi_buf = image_info->mhi_buf; in mhi_free_bhie_table() 305 for (i = 0; i < image_info->entries; i++, mhi_buf++) in mhi_free_bhie_table() 309 kfree(image_info->mhi_buf); in mhi_free_bhie_table() 310 kfree(image_info); in mhi_free_bhie_table() 314 struct image_info **image_info, in mhi_alloc_bhie_table() 320 struct image_info *img_inf in mhi_alloc_bhie_table() 299 mhi_free_bhie_table(struct mhi_controller *mhi_cntrl, struct image_info *image_info) mhi_free_bhie_table() argument 313 mhi_alloc_bhie_table(struct mhi_controller *mhi_cntrl, struct image_info **image_info, size_t alloc_size) mhi_alloc_bhie_table() argument 537 struct image_info *image_info = mhi_cntrl->fbc_image; mhi_download_amss_image() local [all...] |
H A D | internal.h | 277 struct image_info **image_info, size_t alloc_size); 279 struct image_info *image_info); 344 struct image_info *img_info);
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.h | 73 struct image_info { struct 91 struct image_info image_header;
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.h | 73 struct image_info { struct 91 struct image_info image_header;
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mhi.h | 89 * struct image_info - Firmware and RDDM table 93 struct image_info { struct 388 struct image_info *fbc_image; 389 struct image_info *rddm_image;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mhi.h | 89 * struct image_info - Firmware and RDDM table 93 struct image_info { struct 398 struct image_info *fbc_image; 399 struct image_info *rddm_image;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_devlink.h | 106 } image_info; member
|
H A D | hinic_devlink.c | 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_devlink.h | 106 } image_info; member
|
H A D | hinic_devlink.c | 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()
|
Completed in 10 milliseconds