Searched refs:fw_img (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-fw.h | 119 struct fw_img { struct 171 struct fw_img img[IWL_UCODE_TYPE_MAX];
|
D | iwl-trans.h | 498 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw, 691 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()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | ucode.c | 48 static inline const struct fw_img * 327 const struct fw_img *fw; in iwl_load_ucode_wait_alive()
|
D | mac80211.c | 447 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()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | fw.c | 89 static inline const struct fw_img * 213 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() 1180 const struct fw_img *img; in iwl_dbgfs_d3_sram_read()
|
D | d3.c | 1833 const struct fw_img *img = &mvm->fw->img[IWL_UCODE_WOWLAN]; in iwl_mvm_read_d3_sram()
|
D | mac80211.c | 1041 const struct fw_img *img; in iwl_mvm_fw_error_dump()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 740 const struct fw_img *image, in iwl_pcie_load_cpu_sections_8000() 789 const struct fw_img *image, in iwl_pcie_load_cpu_sections() 900 const struct fw_img *image) in iwl_pcie_load_given_ucode() 950 const struct fw_img *image) in iwl_pcie_load_given_ucode_8000() 986 const struct fw_img *fw, bool run_in_rfkill) in iwl_trans_pcie_start_fw()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 3503 u8 *boot_img, *ucode_img, *fw_img; in ipw_load() local 3539 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load() 3607 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size)); in ipw_load()
|