Searched refs:fw_patch (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 872 if (ar->fw_patch != NULL) in ath6kl_fetch_patch_file() 881 ret = ath6kl_get_fw(ar, filename, &ar->fw_patch, in ath6kl_fetch_patch_file() 1038 ar->fw_patch = kmemdup(data, ie_len, GFP_KERNEL); in ath6kl_fetch_fw_apin() 1040 if (ar->fw_patch == NULL) { in ath6kl_fetch_fw_apin() 1365 if (ar->fw_patch == NULL) in ath6kl_upload_patch() 1373 ret = ath6kl_bmi_write(ar, address, ar->fw_patch, ar->fw_patch_len); in ath6kl_upload_patch()
|
D | core.c | 347 kfree(ar->fw_patch); in ath6kl_core_cleanup()
|
D | core.h | 821 u8 *fw_patch; member
|
/drivers/scsi/qla4xxx/ |
D | ql4_attr.c | 162 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_fw_version_show() 166 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_fw_version_show()
|
D | ql4_fw.h | 989 uint16_t fw_patch; /* 04 - 05 */ member
|
D | ql4_mbx.c | 1375 ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch); in qla4xxx_about_firmware()
|
D | ql4_os.c | 8840 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_probe_adapter()
|
/drivers/media/usb/tlg2300/ |
D | vendorcmds.h | 241 uint16_t fw_patch; member
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 917 void (*fw_patch)(struct Scsi_Host *); member
|
D | sym_hipd.c | 1756 np->fw_patch(shost); 5592 np->fw_patch = fw->patch;
|