Searched refs:fw_image (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c26 struct fw_image_st *fw_image = NULL; local
30 fw_image = (struct fw_image_st *)buf;
32 if (fw_image->fw_magic != HINIC_MAGIC_NUM) {
34 fw_image->fw_magic);
38 if (fw_image->fw_info.fw_section_cnt > MAX_FW_TYPE_NUM) {
40 fw_image->fw_info.fw_section_cnt);
44 for (i = 0; i < fw_image->fw_info.fw_section_cnt; i++) {
45 len += fw_image->fw_section_info[i].fw_section_len;
46 host_image->image_section_info[i] = fw_image->fw_section_info[i];
49 if (len != fw_image
[all...]
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_ctl.c686 if (pm8001_ha->fw_image->size > 4096) {
697 memcpy((u8 *)&payload->func_specific, (u8 *)pm8001_ha->fw_image->data,
698 pm8001_ha->fw_image->size);
699 payload->wr_length = pm8001_ha->fw_image->size;
730 if (pm8001_ha->fw_image->size < 28) {
739 image_hdr = (struct pm8001_fw_image_header *)pm8001_ha->fw_image->data;
740 while (sizeRead < pm8001_ha->fw_image->size) {
762 read_buf = (u8 *)pm8001_ha->fw_image->data + sizeRead;
840 ret = request_firmware(&pm8001_ha->fw_image,
857 release_firmware(pm8001_ha->fw_image);
[all...]
H A Dpm8001_sas.h531 const struct firmware *fw_image; member in struct:pm8001_hba_info
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.c332 struct efct_hw_grp_hdr *fw_image; local
342 fw_image = (struct efct_hw_grp_hdr *)fw->data;
344 if (!strncmp(efct->hw.sli.fw_name[0], fw_image->revision,
345 strnlen(fw_image->revision, 16))) {
352 efct->hw.sli.fw_name[0], fw_image->revision);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c716 const struct firmware *fw_image = adreno_gpu->fw[ADRENO_FW_GMU]; local
728 if (fw_image->size > 0x8000) {
735 (u32*) fw_image->data, fw_image->size);
740 for (blk = (const struct block_header *) fw_image->data;
741 (const u8*) blk < fw_image->data + fw_image->size;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmhi.c352 mhi_ctrl->fw_image = ab_pci->amss_path;
/linux-master/include/linux/
H A Dmhi.h303 * @fw_image: Firmware image name for normal booting (optional)
305 * if fw_image is NULL and fbc_download is true (optional)
306 * @fw_sz: Firmware image data size for normal booting, used only if fw_image
379 const char *fw_image; member in struct:mhi_controller
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmhi.c414 mhi_ctrl->fw_image = ab_pci->amss_path;
/linux-master/drivers/accel/qaic/
H A Dmhi_controller.c552 mhi_cntrl->fw_image = "qcom/aic100/sbl.bin";
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c546 static int mwl8k_request_firmware(struct mwl8k_priv *priv, char *fw_image, argument
573 rc = mwl8k_request_fw(priv, fw_image,
577 rc = mwl8k_request_fw(priv, fw_image,
581 pci_name(priv->pdev), fw_image);
4801 static int mwl8k_reload_firmware(struct ieee80211_hw *hw, char *fw_image);
5816 static int mwl8k_init_firmware(struct ieee80211_hw *hw, char *fw_image, argument
5828 rc = mwl8k_request_firmware(priv, fw_image, nowait);
6018 static int mwl8k_reload_firmware(struct ieee80211_hw *hw, char *fw_image) argument
6039 rc = mwl8k_init_firmware(hw, fw_image, false);
/linux-master/drivers/bus/mhi/host/
H A Dboot.c416 mhi_cntrl->edl_image : mhi_cntrl->fw_image;
H A Dpci_generic.c955 mhi_cntrl->fw_image = info->fw;
/linux-master/drivers/ptp/
H A Dptp_ocp.c1875 const char *fw_image; local
1879 fw_image = bp->fw_loader ? "loader" : "fw";
1881 err = devlink_info_version_running_put(req, fw_image, buf);

Completed in 200 milliseconds