Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-fw.h132 struct fw_img { struct
163 struct fw_img img[IWL_UCODE_TYPE_MAX];
Diwl-trans.h110 struct fw_img;
355 int (*start_fw)(struct iwl_trans *trans, const struct fw_img *fw);
479 const struct fw_img *fw) in iwl_trans_start_fw()
Diwl-ucode.c80 static inline const struct fw_img *
397 const struct fw_img *img = iwl_get_ucode_image(priv, ucode_type); in iwl_verify_ucode()
453 const struct fw_img *fw; in iwl_load_ucode_wait_alive()
Diwl-testmode.c469 const struct fw_img *img; in iwl_testmode_driver()
Diwl-drv.c119 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) in iwl_free_fw_img()
Diwl-trans-pcie.c1005 const struct fw_img *image) in iwl_load_given_ucode()
1026 const struct fw_img *fw) in iwl_trans_pcie_start_fw()
Diwl-mac80211.c443 const struct fw_img *img; in iwlagn_mac_resume()
Diwl-debugfs.c227 const struct fw_img *img; in iwl_dbgfs_sram_read()
338 const struct fw_img *img = &priv->fw->img[IWL_UCODE_WOWLAN]; in iwl_dbgfs_wowlan_sram_read()
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dipw2200.c3494 u8 *boot_img, *ucode_img, *fw_img; in ipw_load() local
3530 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load()
3597 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size)); in ipw_load()