Home
last modified time | relevance | path

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

/linux-6.15/drivers/bus/mhi/host/
H A Dboot.c306 struct image_info *image_info) in mhi_free_bhi_buffer() argument
312 kfree(image_info); in mhi_free_bhi_buffer()
316 struct image_info *image_info) in mhi_free_bhie_table() argument
326 kfree(image_info); in mhi_free_bhie_table()
330 struct image_info **image_info, in mhi_alloc_bhi_buffer() argument
356 *image_info = img_info; in mhi_alloc_bhi_buffer()
369 struct image_info **image_info, in mhi_alloc_bhie_table() argument
407 *image_info = img_info; in mhi_alloc_bhie_table()
626 struct image_info *image_info = mhi_cntrl->fbc_image; in mhi_download_amss_image() local
631 if (!image_info) in mhi_download_amss_image()
[all …]
H A Dinternal.h324 struct image_info **image_info, size_t alloc_size);
326 struct image_info *image_info);
391 struct image_info *img_info);
/linux-6.15/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh259 local image_info=""
271 image_info=$(cat ${IFS_SCAN_SYSFS_PATH}/current_batch)
272 if [[ "$image_info" == 0x"$image_id" ]]; then
273 append_log "[$PASS] load IFS current_batch:$image_info"
275 append_log "[$FAIL] current_batch:$image_info is not expected:$image_id"
/linux-6.15/drivers/scsi/aic94xx/
H A Daic94xx_sds.h73 struct image_info { struct
91 struct image_info image_header; argument
/linux-6.15/include/linux/
H A Dmhi.h93 struct image_info { struct
390 struct image_info *fbc_image;
391 struct image_info *rddm_image;
/linux-6.15/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.h106 } image_info; member
H A Dhinic_devlink.c55 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()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dpci.c620 struct image_info *rddm_img, *fw_img; in ath11k_pci_coredump_calculate_size()
687 struct image_info *rddm_img, *fw_img; in ath11k_pci_coredump_download()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dpci.c1284 struct image_info *rddm_img, *fw_img; in ath12k_pci_coredump_calculate_size()
1351 struct image_info *rddm_img, *fw_img; in ath12k_pci_coredump_download()