| /linux/drivers/net/wireless/intel/iwlwifi/fw/ ! |
| H A D | paging.c | 41 const struct fw_img *image) in iwl_alloc_fw_paging_mem() 109 const struct fw_img *image) in iwl_fill_paging_mem() 222 const struct fw_img *fw) in iwl_save_fw_paging() 235 const struct fw_img *fw) in iwl_send_paging_cmd() 267 const struct fw_img *fw = &fwrt->fw->img[type]; in iwl_init_paging()
|
| H A D | img.h | 83 struct fw_img { struct 211 struct fw_img img[IWL_UCODE_TYPE_MAX]; 268 static inline const struct fw_img *
|
| H A D | dbg.c | 820 const struct fw_img *img; in iwl_fw_error_dump_file()
|
| /linux/drivers/net/wireless/ath/ath11k/ ! |
| H A D | pci.c | 638 struct image_info *rddm_img, *fw_img; in ath11k_pci_coredump_calculate_size() local 651 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_calculate_size() 653 for (i = 0; i < fw_img->entries ; i++) { in ath11k_pci_coredump_calculate_size() 654 if (!fw_img->mhi_buf[i].buf) in ath11k_pci_coredump_calculate_size() 657 paging_tlv_sz += fw_img->mhi_buf[i].len; in ath11k_pci_coredump_calculate_size() 705 struct image_info *rddm_img, *fw_img; in ath11k_pci_coredump_download() local 724 fw_img = mhi_ctrl->fbc_image; in ath11k_pci_coredump_download() 753 for (i = 0; i < fw_img->entries ; i++) { in ath11k_pci_coredump_download() 754 if (!fw_img->mhi_buf[i].buf) in ath11k_pci_coredump_download() 757 memcpy_fromio(buf, (void const __iomem *)fw_img->mhi_buf[i].buf, in ath11k_pci_coredump_download() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/ ! |
| H A D | iwl-context-info.h | 184 int iwl_pcie_ctxt_info_init(struct iwl_trans *trans, const struct fw_img *img); 188 const struct fw_img *fw,
|
| H A D | ctxt-info.c | 85 const struct fw_img *fw, in iwl_pcie_init_fw_sec() 164 const struct fw_img *img) in iwl_pcie_ctxt_info_init()
|
| H A D | iwl-context-info-v2.h | 328 const struct fw_img *img);
|
| H A D | ctxt-info-v2.c | 102 const struct fw_img *img) in iwl_pcie_ctxt_info_v2_alloc()
|
| /linux/drivers/net/wireless/ath/ath12k/ ! |
| H A D | pci.c | 1249 struct image_info *rddm_img, *fw_img; in ath12k_pci_coredump_calculate_size() local 1262 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_calculate_size() 1264 for (i = 0; i < fw_img->entries ; i++) { in ath12k_pci_coredump_calculate_size() 1265 if (!fw_img->mhi_buf[i].buf) in ath12k_pci_coredump_calculate_size() 1268 paging_tlv_sz += fw_img->mhi_buf[i].len; in ath12k_pci_coredump_calculate_size() 1316 struct image_info *rddm_img, *fw_img; in ath12k_pci_coredump_download() local 1335 fw_img = mhi_ctrl->fbc_image; in ath12k_pci_coredump_download() 1364 for (i = 0; i < fw_img->entries ; i++) { in ath12k_pci_coredump_download() 1365 if (!fw_img->mhi_buf[i].buf) in ath12k_pci_coredump_download() 1368 memcpy_fromio(buf, (void const __iomem *)fw_img->mhi_buf[i].buf, in ath12k_pci_coredump_download() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ ! |
| H A D | internal.h | 852 static inline int iwl_pcie_get_num_sections(const struct fw_img *fw, in _iwl_disable_interrupts() 1117 const struct fw_img *img, 1141 const struct fw_img *img,
|
| H A D | trans-gen2.c | 488 const struct fw_img *img, in iwl_trans_pcie_gen2_start_fw()
|
| H A D | trans.c | 716 const struct fw_img *image, in iwl_pcie_load_cpu_sections_8000() 786 const struct fw_img *image, in iwl_pcie_load_cpu_sections() 936 const struct fw_img *image) in iwl_pcie_load_given_ucode() 974 const struct fw_img *image) in iwl_pcie_load_given_ucode_8000() 1285 const struct fw_img *img, in iwl_trans_pcie_start_fw()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ ! |
| H A D | iwl-trans.c | 580 const struct fw_img *img; in iwl_trans_start_fw()
|
| H A D | iwl-drv.c | 116 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) in iwl_free_fw_img() 1458 static int iwl_alloc_ucode_mem(struct fw_img *out, struct fw_img_parsing *img) in iwl_alloc_ucode_mem()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ ! |
| H A D | debugfs.c | 160 const struct fw_img *img; in iwl_dbgfs_sram_read() 194 const struct fw_img *img; in iwl_dbgfs_sram_write()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ ! |
| H A D | mac80211.c | 444 const struct fw_img *img; in iwlagn_mac_resume()
|
| H A D | debugfs.c | 65 const struct fw_img *img; in iwl_dbgfs_sram_read() 174 const struct fw_img *img = &priv->fw->img[IWL_UCODE_WOWLAN]; in iwl_dbgfs_wowlan_sram_read()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ ! |
| H A D | ipw2200.c | 3435 u8 *boot_img, *ucode_img, *fw_img; in ipw_load() local 3471 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load() 3536 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size)); in ipw_load()
|