Searched refs:fw_img (Results 1 – 12 of 12) sorted by relevance
/drivers/net/wireless/iwlwifi/ |
D | iwl-fw.h | 133 struct fw_img { struct 252 struct fw_img img[IWL_UCODE_TYPE_MAX];
|
D | iwl-trans.h | 562 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw, 780 const struct fw_img *fw, in iwl_trans_start_fw()
|
D | iwl-drv.c | 164 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) in iwl_free_fw_img()
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | fw.c | 89 static inline const struct fw_img * 134 static int iwl_fill_paging_mem(struct iwl_mvm *mvm, const struct fw_img *image) in iwl_fill_paging_mem() 211 const struct fw_img *image) in iwl_alloc_fw_paging_mem() 318 const struct fw_img *fw) in iwl_save_fw_paging() 330 static int iwl_send_paging_cmd(struct iwl_mvm *mvm, const struct fw_img *fw) in iwl_send_paging_cmd() 515 const struct fw_img *fw; in iwl_mvm_load_ucode_wait_alive()
|
D | debugfs.c | 128 const struct fw_img *img; in iwl_dbgfs_sram_read() 162 const struct fw_img *img; in iwl_dbgfs_sram_write() 1184 const struct fw_img *img; in iwl_dbgfs_d3_sram_read()
|
D | d3.c | 1840 const struct fw_img *img = &mvm->fw->img[IWL_UCODE_WOWLAN]; in iwl_mvm_read_d3_sram()
|
D | mac80211.c | 1178 const struct fw_img *img; in iwl_mvm_fw_error_dump()
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | ucode.c | 49 static inline const struct fw_img * 328 const struct fw_img *fw; in iwl_load_ucode_wait_alive()
|
D | mac80211.c | 460 const struct fw_img *img; in iwlagn_mac_resume()
|
D | debugfs.c | 109 const struct fw_img *img; in iwl_dbgfs_sram_read() 218 const struct fw_img *img = &priv->fw->img[IWL_UCODE_WOWLAN]; in iwl_dbgfs_wowlan_sram_read()
|
/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 760 const struct fw_img *image, in iwl_pcie_load_cpu_sections_8000() 816 const struct fw_img *image, in iwl_pcie_load_cpu_sections() 943 const struct fw_img *image) in iwl_pcie_load_given_ucode() 993 const struct fw_img *image) in iwl_pcie_load_given_ucode_8000() 1025 const struct fw_img *fw, bool run_in_rfkill) in iwl_trans_pcie_start_fw()
|
/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 3504 u8 *boot_img, *ucode_img, *fw_img; in ipw_load() local 3540 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load() 3608 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size)); in ipw_load()
|