/linux-4.4.14/net/wireless/ |
D | ethtool.c | 15 if (wdev->wiphy->fw_version[0]) in cfg80211_get_drvinfo() 16 strlcpy(info->fw_version, wdev->wiphy->fw_version, in cfg80211_get_drvinfo() 17 sizeof(info->fw_version)); in cfg80211_get_drvinfo() 19 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in cfg80211_get_drvinfo()
|
/linux-4.4.14/drivers/input/mouse/ |
D | elantech.c | 244 if (etd->fw_version < 0x020000) { in elantech_report_absolute_v1() 289 if (etd->fw_version < 0x020000 && in elantech_report_absolute_v1() 533 if (etd->fw_version & 0x001000) { in elantech_report_absolute_v3() 553 if (etd->fw_version & 0x001000) { in elantech_input_sync_v4() 684 if (etd->fw_version < 0x020000) { in elantech_packet_check_v1() 793 ic_version = (etd->fw_version & 0x0f0000) >> 16; in elantech_packet_check_v4() 1020 if (etd->fw_version == 0x020800 || in elantech_set_range() 1021 etd->fw_version == 0x020b00 || in elantech_set_range() 1022 etd->fw_version == 0x020030) { in elantech_set_range() 1031 i = (etd->fw_version > 0x020800 && in elantech_set_range() [all …]
|
D | elantech.h | 139 unsigned int fw_version; member
|
D | cypress_ps2.h | 153 int fw_version; member
|
D | cypress_ps2.c | 235 cytp->fw_version = param[2] & FW_VERSION_MASX; in cypress_read_fw_version() 242 if (cytp->fw_version >= 11) in cypress_read_fw_version() 245 psmouse_dbg(psmouse, "cytp->fw_version = %d\n", cytp->fw_version); in cypress_read_fw_version()
|
D | elan_i2c_core.c | 81 u8 fw_version; member 255 error = data->ops->get_version(data->client, false, &data->fw_version); in elan_query_device_info() 465 return sprintf(buf, "%d.0\n", data->fw_version); in elan_sysfs_read_fw_ver() 1059 data->fw_version, in elan_probe()
|
/linux-4.4.14/drivers/mfd/ |
D | qcom_rpm.c | 465 u32 fw_version[3]; in qcom_rpm_probe() local 533 fw_version[0] = readl(RPM_STATUS_REG(rpm, 0)); in qcom_rpm_probe() 534 fw_version[1] = readl(RPM_STATUS_REG(rpm, 1)); in qcom_rpm_probe() 535 fw_version[2] = readl(RPM_STATUS_REG(rpm, 2)); in qcom_rpm_probe() 536 if (fw_version[0] != rpm->data->version) { in qcom_rpm_probe() 539 fw_version[0], in qcom_rpm_probe() 540 fw_version[1], in qcom_rpm_probe() 541 fw_version[2], in qcom_rpm_probe() 546 dev_info(&pdev->dev, "RPM firmware %u.%u.%u\n", fw_version[0], in qcom_rpm_probe() 547 fw_version[1], in qcom_rpm_probe() [all …]
|
/linux-4.4.14/drivers/bluetooth/ |
D | ath3k.c | 394 struct ath3k_version fw_version; in ath3k_load_patch() local 409 ret = ath3k_get_version(udev, &fw_version); in ath3k_load_patch() 416 le32_to_cpu(fw_version.rom_version)); in ath3k_load_patch() 429 if (pt_rom_version != le32_to_cpu(fw_version.rom_version) || in ath3k_load_patch() 430 pt_build_version <= le32_to_cpu(fw_version.build_version)) { in ath3k_load_patch() 447 struct ath3k_version fw_version; in ath3k_load_syscfg() local 456 ret = ath3k_get_version(udev, &fw_version); in ath3k_load_syscfg() 462 switch (fw_version.ref_clock) { in ath3k_load_syscfg() 479 le32_to_cpu(fw_version.rom_version), clk_value, ".dfu"); in ath3k_load_syscfg()
|
D | btrtl.h | 37 __le32 fw_version; member
|
D | btrtl.c | 156 le32_to_cpu(epatch_info->fw_version), num_patches); in rtl8723b_parse_firmware() 202 memcpy(buf + patch_length - 4, &epatch_info->fw_version, 4); in rtl8723b_parse_firmware()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_nvm.c | 708 u16 eeprom_verh, eeprom_verl, etrack_test, fw_version; in igb_get_fw_version() local 729 hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version); in igb_get_fw_version() 730 fw_vers->eep_major = (fw_version & NVM_MAJOR_MASK) in igb_get_fw_version() 732 fw_vers->eep_minor = (fw_version & NVM_MINOR_MASK) in igb_get_fw_version() 734 fw_vers->eep_build = (fw_version & NVM_IMAGE_ID_MASK); in igb_get_fw_version() 774 hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version); in igb_get_fw_version() 775 fw_vers->eep_major = (fw_version & NVM_MAJOR_MASK) in igb_get_fw_version() 779 if ((fw_version & NVM_NEW_DEC_MASK) == 0x0) { in igb_get_fw_version() 780 eeprom_verl = (fw_version & NVM_COMB_VER_MASK); in igb_get_fw_version() 782 eeprom_verl = (fw_version & NVM_MINOR_MASK) in igb_get_fw_version()
|
D | igb.h | 451 char fw_version[32]; member
|
D | igb_main.c | 2109 snprintf(adapter->fw_version, in igb_set_fw_version() 2110 sizeof(adapter->fw_version), in igb_set_fw_version() 2120 snprintf(adapter->fw_version, in igb_set_fw_version() 2121 sizeof(adapter->fw_version), in igb_set_fw_version() 2127 snprintf(adapter->fw_version, in igb_set_fw_version() 2128 sizeof(adapter->fw_version), in igb_set_fw_version() 2132 snprintf(adapter->fw_version, in igb_set_fw_version() 2133 sizeof(adapter->fw_version), in igb_set_fw_version()
|
D | igb_ethtool.c | 841 strlcpy(drvinfo->fw_version, adapter->fw_version, in igb_get_drvinfo() 842 sizeof(drvinfo->fw_version)); in igb_get_drvinfo()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 139 if (st->fw_version >= 0x10201) { in dib0700_set_usb_xfer_len() 477 u32 fw_version; in dib0700_download_firmware() local 525 fw_version = (buf[8] << 24) | (buf[9] << 16) | (buf[10] << 8) | buf[11]; in dib0700_download_firmware() 532 if (fw_version >= 0x10201) { in dib0700_download_firmware() 553 if ((onoff != 0) && (st->fw_version >= 0x10201)) { in dib0700_streaming_ctrl() 628 if (st->fw_version < 0x10200) { in dib0700_change_protocol() 780 if (st->fw_version < 0x10200 || !intf) in dib0700_rc_setup() 849 u32 hwversion, romversion, fw_version, fwtype; in dib0700_probe() local 852 &fw_version, &fwtype); in dib0700_probe() 855 hwversion, romversion, fw_version, fwtype); in dib0700_probe() [all …]
|
D | dib0700.h | 49 u32 fw_version; member
|
D | dib0700_devices.c | 527 if (st->fw_version >= 0x10200) { in dib0700_rc_query_old_firmware() 2130 u32 fw_version; in tfe8096p_frontend_attach() local 2136 dib0700_get_version(adap->dev, NULL, NULL, &fw_version, NULL); in tfe8096p_frontend_attach() 2137 if (fw_version >= 0x10200) in tfe8096p_frontend_attach() 2370 u32 fw_version; in stk9090m_frontend_attach() local 2373 dib0700_get_version(adap->dev, NULL, NULL, &fw_version, NULL); in stk9090m_frontend_attach() 2374 if (fw_version >= 0x10200) in stk9090m_frontend_attach() 2438 u32 fw_version; in nim9090md_frontend_attach() local 2441 dib0700_get_version(adap->dev, NULL, NULL, &fw_version, NULL); in nim9090md_frontend_attach() 2442 if (fw_version >= 0x10200) in nim9090md_frontend_attach()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_vce.c | 58 static const char *fw_version = "[ATI LIB=VCEFW,"; in radeon_vce_init() local 97 size = rdev->vce_fw->size - strlen(fw_version) - 9; in radeon_vce_init() 100 if (strncmp(c, fw_version, strlen(fw_version)) == 0) in radeon_vce_init() 106 c += strlen(fw_version); in radeon_vce_init() 128 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8); in radeon_vce_init() 131 if ((rdev->vce.fw_version != ((40 << 24) | (2 << 16) | (2 << 8))) && in radeon_vce_init() 132 (rdev->vce.fw_version != ((50 << 24) | (0 << 16) | (1 << 8))) && in radeon_vce_init() 133 (rdev->vce.fw_version != ((50 << 24) | (1 << 16) | (2 << 8)))) in radeon_vce_init()
|
D | sumo_smc.c | 102 if (pi->fw_version >= 0x00010C00) in sumo_is_alt_vddnb_supported()
|
D | sumo_dpm.h | 114 u32 fw_version; member
|
D | radeon_kms.c | 516 *value = rdev->vce.fw_version; in radeon_info_ioctl()
|
D | sumo_dpm.c | 1360 pi->fw_version = sumo_get_running_fw_version(rdev); in sumo_dpm_setup_asic() 1361 DRM_INFO("Found smc ucode version: 0x%08x\n", pi->fw_version); in sumo_dpm_setup_asic()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 47 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in ipoib_get_drvinfo()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | wacom_i2c.c | 35 char fw_version; member 84 features->fw_version = get_unaligned_le16(&data[13]); in wacom_query_device() 89 features->pressure_max, features->fw_version); in wacom_query_device() 183 input->id.version = features.fw_version; in wacom_i2c_probe()
|
D | edt-ft5x06.c | 760 char *fw_version) in edt_ft5x06_ts_identify() argument 793 strlcpy(fw_version, p ? p : "", EDT_NAME_LEN); in edt_ft5x06_ts_identify() 803 strlcpy(fw_version, rdbuf, 2); in edt_ft5x06_ts_identify() 886 char fw_version[EDT_NAME_LEN]; in edt_ft5x06_ts_probe() local 946 error = edt_ft5x06_ts_identify(client, tsdata, fw_version); in edt_ft5x06_ts_probe() 958 tsdata->name, fw_version, tsdata->num_x, tsdata->num_y); in edt_ft5x06_ts_probe()
|
D | elants_i2c.c | 130 u16 fw_version; member 338 ts->fw_version = elants_i2c_parse_version(resp); in elants_i2c_query_fw_version() 339 if (ts->fw_version != 0x0000 && in elants_i2c_query_fw_version() 340 ts->fw_version != 0xffff) in elants_i2c_query_fw_version() 1039 static ELANTS_VERSION_ATTR(fw_version);
|
D | wdt87xx_i2c.c | 934 static DEVICE_ATTR_RO(fw_version);
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00firmware.c | 65 snprintf(rt2x00dev->hw->wiphy->fw_version, in rt2x00lib_request_firmware() 66 sizeof(rt2x00dev->hw->wiphy->fw_version), "%d.%d", in rt2x00lib_request_firmware()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 292 sizeof(info->fw_version)) { in qede_get_drvinfo() 293 snprintf(info->fw_version, sizeof(info->fw_version), in qede_get_drvinfo() 296 snprintf(info->fw_version, sizeof(info->fw_version), in qede_get_drvinfo()
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_ethtool.c | 105 strlcpy(drvinfo->fw_version, "none", sizeof(drvinfo->fw_version)); in fjes_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | ethtool.c | 16 snprintf(info->fw_version, sizeof(info->fw_version), in lbs_ethtool_get_drvinfo()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | i2400m.h | 641 unsigned long fw_version; /* version of the firmware interface */ member 942 return i2400m->fw_version <= 0x00090001; in i2400m_le_v1_3() 949 return i2400m->fw_version >= 0x00090002; in i2400m_ge_v1_4()
|
D | netdev.c | 602 strlcpy(info->fw_version, i2400m->fw_name ? : "", in i2400m_get_drvinfo() 603 sizeof(info->fw_version)); in i2400m_get_drvinfo()
|
D | usb.c | 350 strlcpy(info->fw_version, i2400m->fw_name ? : "", in i2400mu_get_drvinfo() 351 sizeof(info->fw_version)); in i2400mu_get_drvinfo()
|
D | control.c | 1068 i2400m->fw_version = major << 16 | minor; in i2400m_firmware_check()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 78 strlcpy(drvinfo->fw_version, "no information", in spider_net_ethtool_get_drvinfo() 79 sizeof(drvinfo->fw_version)); in spider_net_ethtool_get_drvinfo()
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 139 struct sst_byt_fw_version fw_version; member 756 init.fw_version.major, init.fw_version.minor, in sst_byt_dsp_init() 757 init.fw_version.build, init.fw_version.type); in sst_byt_dsp_init() 758 dev_info(byt->dev, "Build type: %x\n", init.fw_version.type); in sst_byt_dsp_init()
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-cards.c | 626 .fw_version = 18, 640 .fw_version = 18, 655 .fw_version = 18, 670 .fw_version = 18, 686 .fw_version = 18, 705 .fw_version = 15,
|
D | ngene.h | 828 int fw_version; member
|
D | ngene-core.c | 1237 version = dev->card_info->fw_version; in ngene_load_firm() 1311 if (dev->card_info->fw_version >= 17) { in ngene_buffer_config()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_fw_file_hdr.h | 37 struct bnx2x_fw_file_section fw_version; member
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | fwio.c | 37 u8 *fw_version = NULL; in p54_parse_firmware() local 80 fw_version = (unsigned char *) bootrec->data; in p54_parse_firmware() 126 if (fw_version) { in p54_parse_firmware() 129 fw_version, priv->fw_var >> 8, priv->fw_var & 0xff); in p54_parse_firmware() 130 snprintf(dev->wiphy->fw_version, sizeof(dev->wiphy->fw_version), in p54_parse_firmware() 131 "%s - %x.%x", fw_version, in p54_parse_firmware()
|
D | p54.h | 78 char fw_version[24]; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | boot.h | 40 u8 fw_version[WL1271_FW_VERSION_MAX_LEN]; member
|
D | boot.c | 58 strncpy(wl->chip.fw_ver_str, static_data->fw_version, in wlcore_boot_parse_fw_ver()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | wcn36xx.h | 192 u8 fw_version; member 255 wcn->fw_version == version && in wcn36xx_is_fw_version()
|
D | smd.c | 395 wcn->fw_version = rsp->start_rsp_params.version.version; in wcn36xx_smd_start_rsp() 404 wcn->fw_version, wcn->fw_revision, in wcn36xx_smd_start_rsp()
|
/linux-4.4.14/drivers/net/wireless/ |
D | at76c50x-usb.c | 1651 fwe->fw_version.major = fwh->major; in at76_load_firmware() 1652 fwe->fw_version.minor = fwh->minor; in at76_load_firmware() 1653 fwe->fw_version.patch = fwh->patch; in at76_load_firmware() 1654 fwe->fw_version.build = fwh->build; in at76_load_firmware() 2370 len = sizeof(wiphy->fw_version); in at76_init_new_device() 2371 snprintf(wiphy->fw_version, len, "%d.%d.%d-%d", in at76_init_new_device() 2372 priv->fw_version.major, priv->fw_version.minor, in at76_init_new_device() 2373 priv->fw_version.patch, priv->fw_version.build); in at76_init_new_device() 2388 priv->fw_version.major, priv->fw_version.minor, in at76_init_new_device() 2389 priv->fw_version.patch, priv->fw_version.build); in at76_init_new_device() [all …]
|
D | at76c50x-usb.h | 369 struct mib_fw_version fw_version; member 438 struct mib_fw_version fw_version; member
|
/linux-4.4.14/drivers/scsi/ |
D | pmcraid.c | 159 u16 fw_version; in pmcraid_slave_alloc() local 163 fw_version = be16_to_cpu(pinstance->inq_data->fw_version); in pmcraid_slave_alloc() 175 if (fw_version <= PMCRAID_FW_VERSION_1) in pmcraid_slave_alloc() 1333 static int pmcraid_expose_resource(u16 fw_version, in pmcraid_expose_resource() argument 1339 if (fw_version <= PMCRAID_FW_VERSION_1) in pmcraid_expose_resource() 1555 u16 fw_version; in pmcraid_handle_config_change() local 1560 fw_version = be16_to_cpu(pinstance->inq_data->fw_version); in pmcraid_handle_config_change() 1576 (fw_version <= PMCRAID_FW_VERSION_1 ? in pmcraid_handle_config_change() 1604 if (fw_version <= PMCRAID_FW_VERSION_1) in pmcraid_handle_config_change() 1609 } else if (!pmcraid_expose_resource(fw_version, cfg_entry)) { in pmcraid_handle_config_change() [all …]
|
D | megaraid.c | 314 sprintf (adapter->fw_version, "%c%d%d.%d%d", in mega_query_adapter() 315 adapter->product_info.fw_version[2], in mega_query_adapter() 317 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter() 319 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter() 327 memcpy(adapter->fw_version, in mega_query_adapter() 328 (char *)adapter->product_info.fw_version, 4); in mega_query_adapter() 329 adapter->fw_version[4] = 0; in mega_query_adapter() 338 adapter->fw_version, adapter->bios_version, adapter->numldrv); in mega_query_adapter() 1785 product_info->fw_version[i] = in mega_8_to_40ld() 1786 inquiry->adapter_info.fw_version[i]; in mega_8_to_40ld() [all …]
|
D | megaraid.h | 230 u8 fw_version[16]; /* printable ASCI string */ member 333 u8 fw_version[4]; /* Firmware version */ member 811 u8 fw_version[7]; member
|
D | pmcraid.h | 557 __le16 fw_version; member
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.h | 389 u8 fw_version[16]; /* string */ member 412 u8 fw_version[16]; /* string */ member
|
D | mptctl.c | 2486 karg.fw_version[0] = ioc->facts.FWVersion.Struct.Major >= 10 ? in mptctl_hp_hostinfo() 2488 karg.fw_version[1] = (ioc->facts.FWVersion.Struct.Major % 10 ) + '0'; in mptctl_hp_hostinfo() 2489 karg.fw_version[2] = '.'; in mptctl_hp_hostinfo() 2490 karg.fw_version[3] = ioc->facts.FWVersion.Struct.Minor >= 10 ? in mptctl_hp_hostinfo() 2492 karg.fw_version[4] = (ioc->facts.FWVersion.Struct.Minor % 10 ) + '0'; in mptctl_hp_hostinfo() 2493 karg.fw_version[5] = '.'; in mptctl_hp_hostinfo() 2494 karg.fw_version[6] = ioc->facts.FWVersion.Struct.Unit >= 10 ? in mptctl_hp_hostinfo() 2496 karg.fw_version[7] = (ioc->facts.FWVersion.Struct.Unit % 10 ) + '0'; in mptctl_hp_hostinfo() 2497 karg.fw_version[8] = '.'; in mptctl_hp_hostinfo() 2498 karg.fw_version[9] = ioc->facts.FWVersion.Struct.Dev >= 10 ? in mptctl_hp_hostinfo() [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_kms.c | 302 fw_info.ver = adev->vce.fw_version; in amdgpu_info_ioctl() 306 fw_info.ver = adev->uvd.fw_version; in amdgpu_info_ioctl() 310 fw_info.ver = adev->mc.fw_version; in amdgpu_info_ioctl() 340 fw_info.ver = adev->pm.fw_version; in amdgpu_info_ioctl() 346 fw_info.ver = adev->sdma.instance[info->query_fw.index].fw_version; in amdgpu_info_ioctl()
|
D | amdgpu_vce.c | 143 adev->vce.fw_version = ((version_major << 24) | (version_minor << 16) | in amdgpu_vce_sw_init() 396 if ((ring->adev->vce.fw_version >> 24) >= 52) in amdgpu_vce_get_create_msg() 411 if ((ring->adev->vce.fw_version >> 24) >= 52) { in amdgpu_vce_get_create_msg()
|
D | ci_smc.c | 223 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_ci_load_smc_ucode()
|
D | amdgpu_cgs.c | 726 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in amdgpu_cgs_get_firmware_info() 732 info->version = adev->pm.fw_version; in amdgpu_cgs_get_firmware_info()
|
D | amdgpu.h | 741 uint32_t fw_version; member 1660 uint32_t fw_version; member 1676 unsigned fw_version; member 1698 unsigned fw_version; member 1716 uint32_t fw_version; member
|
D | iceland_smc.c | 285 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in iceland_smu_upload_firmware_image()
|
D | cik_sdma.c | 514 adev->sdma.instance[i].fw_version = le32_to_cpu(hdr->header.ucode_version); in cik_sdma_load_microcode() 523 WREG32(mmSDMA0_UCODE_ADDR + sdma_offsets[i], adev->sdma.instance[i].fw_version); in cik_sdma_load_microcode()
|
D | sdma_v2_4.c | 147 adev->sdma.instance[i].fw_version = le32_to_cpu(hdr->header.ucode_version); in sdma_v2_4_init_microcode() 564 WREG32(mmSDMA0_UCODE_ADDR + sdma_offsets[i], adev->sdma.instance[i].fw_version); in sdma_v2_4_load_microcode()
|
D | sdma_v3_0.c | 244 adev->sdma.instance[i].fw_version = le32_to_cpu(hdr->header.ucode_version); in sdma_v3_0_init_microcode() 712 WREG32(mmSDMA0_UCODE_ADDR + sdma_offsets[i], adev->sdma.instance[i].fw_version); in sdma_v3_0_load_microcode()
|
D | fiji_smc.c | 278 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in fiji_smu_upload_firmware_image()
|
D | tonga_smc.c | 278 adev->pm.fw_version = le32_to_cpu(hdr->header.ucode_version); in tonga_smu_upload_firmware_image()
|
D | amdgpu_uvd.c | 159 adev->uvd.fw_version = ((version_major << 24) | (version_minor << 16) | in amdgpu_uvd_sw_init()
|
D | gmc_v8_0.c | 258 adev->mc.fw_version = le32_to_cpu(hdr->header.ucode_version); in gmc_v8_0_mc_load_microcode()
|
D | gmc_v7_0.c | 217 adev->mc.fw_version = le32_to_cpu(hdr->header.ucode_version); in gmc_v7_0_mc_load_microcode()
|
/linux-4.4.14/drivers/clk/ux500/ |
D | u8500_of_clk.c | 68 struct prcmu_fw_version *fw_version; in u8500_clk_init() local 112 fw_version = prcmu_get_fw_version(); in u8500_clk_init() 113 if (fw_version != NULL) { in u8500_clk_init() 114 switch (fw_version->project) { in u8500_clk_init()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 185 strlcpy(p->fw_version, "QCA7000", sizeof(p->fw_version)); in qcaspi_get_drvinfo()
|
/linux-4.4.14/drivers/iio/accel/ |
D | mma9551_core.c | 111 u8 fw_version[2]; member 622 be32_to_cpu(info.device_id), info.fw_version[0], in mma9551_read_version() 623 info.fw_version[1]); in mma9551_read_version()
|
/linux-4.4.14/sound/usb/caiaq/ |
D | device.c | 173 cdev->spec.fw_version = le16_to_cpu(cdev->spec.fw_version); in usb_ep1_command_reply_dispatch() 176 cdev->spec.fw_version, in usb_ep1_command_reply_dispatch()
|
D | device.h | 42 unsigned short fw_version; member
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst.c | 935 memcpy(&state->fw_version, &state->rxbuffer, 8); in dst_fw_ver() 937 state->fw_version[0] >> 4, state->fw_version[0] & 0x0f, in dst_fw_ver() 938 state->fw_version[1], in dst_fw_ver() 939 state->fw_version[5], state->fw_version[6], in dst_fw_ver() 940 state->fw_version[4], state->fw_version[3], state->fw_version[2]); in dst_fw_ver()
|
D | dst_common.h | 134 u8 fw_version[8]; member
|
/linux-4.4.14/drivers/net/can/softing/ |
D | softing.h | 68 uint16_t fw_version, hw_version, license, serial; member
|
D | softing_fw.c | 373 card->id.fw_version = ioread16(&card->dpram[DPRAM_FCT_PARAM + 2]); in softing_chip_poweron()
|
D | softing_main.c | 713 DEV_ATTR_RO(firmware_version, id.fw_version);
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_fd.c | 53 u8 fw_version[3]; /* Firmware version */ member 879 pdev->usb_if->fw_info.fw_version[0], in pcan_usb_fd_init() 880 pdev->usb_if->fw_info.fw_version[1], in pcan_usb_fd_init() 881 pdev->usb_if->fw_info.fw_version[2], in pcan_usb_fd_init() 885 if (pdev->usb_if->fw_info.fw_version[0] >= 2) { in pcan_usb_fd_init()
|
/linux-4.4.14/drivers/net/can/usb/ |
D | kvaser_usb.c | 231 __le32 fw_version; member 241 __le32 fw_version; member 463 u32 fw_version; member 663 dev->fw_version = le32_to_cpu(msg.u.leaf.softinfo.fw_version); in kvaser_usb_get_software_info() 668 dev->fw_version = le32_to_cpu(msg.u.usbcan.softinfo.fw_version); in kvaser_usb_get_software_info() 2025 ((dev->fw_version >> 24) & 0xff), in kvaser_usb_probe() 2026 ((dev->fw_version >> 16) & 0xff), in kvaser_usb_probe() 2027 (dev->fw_version & 0xffff)); in kvaser_usb_probe()
|
/linux-4.4.14/include/sound/ |
D | snd_wavefront.h | 83 char fw_version[2]; /* major = [0], minor = [1] */ member
|
/linux-4.4.14/drivers/firmware/efi/ |
D | esrt.c | 32 u32 fw_version; member 133 esre_attr_decl(fw_version, 32, "%u");
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 352 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version)); in uec_get_drvinfo()
|
D | gianfar_ethtool.c | 183 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version)); in gfar_gdrvinfo()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 146 strlcpy(drvinfo->fw_version, fw_info->fw_version, in enic_get_drvinfo() 147 sizeof(drvinfo->fw_version)); in enic_get_drvinfo()
|
D | vnic_devcmd.h | 467 char fw_version[32]; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 547 snprintf(drv->fw.fw_version, in iwl_parse_v1_v2_firmware() 548 sizeof(drv->fw.fw_version), in iwl_parse_v1_v2_firmware() 633 snprintf(drv->fw.fw_version, in iwl_parse_tlv_firmware() 634 sizeof(drv->fw.fw_version), in iwl_parse_tlv_firmware() 893 snprintf(drv->fw.fw_version, in iwl_parse_tlv_firmware() 894 sizeof(drv->fw.fw_version), "%u.%u.%u", in iwl_parse_tlv_firmware() 1392 drv->fw.fw_version, op->name); in iwl_req_fw_callback()
|
D | iwl-fw.h | 249 char fw_version[ETHTOOL_FWVERS_LEN]; member
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | mbox_defs.h | 337 uint8_t fw_version[16]; member 516 uint8_t fw_version[4]; member
|
D | mega_common.h | 186 uint8_t fw_version[VERSION_SIZE]; member
|
D | megaraid_mbox.c | 3030 memset(adapter->fw_version, 0, VERSION_SIZE); in megaraid_mbox_product_info() 3033 memcpy(adapter->fw_version, pinfo->fw_version, 4); in megaraid_mbox_product_info() 3034 adapter->fw_version[4] = 0; in megaraid_mbox_product_info() 3041 adapter->fw_version, adapter->bios_version)); in megaraid_mbox_product_info() 3152 (adapter->fw_version[0] > '6' || in megaraid_mbox_support_random_del() 3153 (adapter->fw_version[0] == '6' && in megaraid_mbox_support_random_del() 3154 adapter->fw_version[2] > '6') || in megaraid_mbox_support_random_del() 3155 (adapter->fw_version[0] == '6' in megaraid_mbox_support_random_del() 3156 && adapter->fw_version[2] == '6' in megaraid_mbox_support_random_del() 3157 && adapter->fw_version[3] > '1'))) { in megaraid_mbox_support_random_del()
|
/linux-4.4.14/net/bridge/ |
D | br_device.c | 216 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in br_getinfo()
|
/linux-4.4.14/drivers/hv/ |
D | channel_mgmt.c | 56 int fw_version, int srv_version) in vmbus_prep_negotiate_resp() argument 66 fw_major = (fw_version >> 16); in vmbus_prep_negotiate_resp() 67 fw_minor = (fw_version & 0xFFFF); in vmbus_prep_negotiate_resp()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_init.c | 1252 a->fw_version = le16_to_cpu( in esas2r_format_init_msg() 1259 a->fw_version += (major << 16) + (minor << 24); in esas2r_format_init_msg() 1270 || (be32_to_cpu(a->fw_version) > 0x00524702)) { in esas2r_format_init_msg() 1391 if (a->fw_version == 0) in esas2r_init_adapter_hw() 1395 (int)LOBYTE(HIWORD(a->fw_version)), in esas2r_init_adapter_hw() 1396 (int)HIBYTE(HIWORD(a->fw_version))); in esas2r_init_adapter_hw()
|
D | esas2r_vda.c | 321 cfg->data.init.fw_version = in esas2r_complete_vda_ioctl() 324 cfg->data.init.fw_version = in esas2r_complete_vda_ioctl()
|
D | esas2r_ioctl.c | 458 gcc->major_rev = LOBYTE(LOWORD(a->fw_version)); in csmi_ioctl_callback() 459 gcc->minor_rev = HIBYTE(LOWORD(a->fw_version)); in csmi_ioctl_callback() 460 gcc->build_rev = LOBYTE(HIWORD(a->fw_version)); in csmi_ioctl_callback() 461 gcc->release_rev = HIBYTE(HIWORD(a->fw_version)); in csmi_ioctl_callback()
|
D | atvda.h | 973 u32 fw_version; member
|
D | esas2r.h | 876 u32 fw_version; member
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 53 snprintf(info->fw_version, ETHTOOL_FWVERS_LEN, "N/A"); in xgene_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 316 strlcpy(drvinfo->fw_version, "L1e", sizeof(drvinfo->fw_version)); in atl1e_get_drvinfo()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mr.h | 289 uint8_t fw_version[16]; member 472 uint8_t fw_version[16]; member
|
D | qla_gs.c | 632 ha->mr.fw_version, qla2x00_version_str); in qla2x00_get_sym_node_name() 1415 ha->isp_ops->fw_version_str(vha, eiter->a.fw_version, in qla2x00_fdmi_rhba() 1416 sizeof(eiter->a.fw_version)); in qla2x00_fdmi_rhba() 1417 alen = strlen(eiter->a.fw_version); in qla2x00_fdmi_rhba() 1423 "Firmware vers = %s.\n", eiter->a.fw_version); in qla2x00_fdmi_rhba() 1840 ha->isp_ops->fw_version_str(vha, eiter->a.fw_version, in qla2x00_fdmiv2_rhba() 1841 sizeof(eiter->a.fw_version)); in qla2x00_fdmiv2_rhba() 1842 alen = strlen(eiter->a.fw_version); in qla2x00_fdmiv2_rhba() 1848 "Firmware vers = %s.\n", eiter->a.fw_version); in qla2x00_fdmiv2_rhba()
|
D | qla_mr.c | 702 snprintf(str, size, "%s", ha->mr.fw_version); in qlafx00_fw_version_str() 1947 memcpy(&vha->hw->mr.fw_version, pinfo->fw_version, in qlafx00_fx_disc() 1948 sizeof(vha->hw->mr.fw_version)); in qlafx00_fx_disc() 1949 strim(vha->hw->mr.fw_version); in qlafx00_fx_disc()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | vnic_devcmd.h | 188 char fw_version[32]; member
|
/linux-4.4.14/drivers/nfc/ |
D | port100.c | 1425 u16 fw_version; in port100_probe() local 1502 fw_version = port100_get_firmware_version(dev); in port100_probe() 1503 if (!fw_version) in port100_probe() 1509 (fw_version & 0xFF00) >> 8, fw_version & 0xFF); in port100_probe()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | fw.c | 121 strlcpy(ar->hw->wiphy->fw_version, motd_desc->release, in carl9170_fw_info() 122 sizeof(ar->hw->wiphy->fw_version)); in carl9170_fw_info()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | wmi.c | 288 wil->fw_version = le32_to_cpu(evt->sw_version); in wmi_evt_ready() 291 wil_info(wil, "FW ver. %d; MAC %pM; %d MID's\n", wil->fw_version, in wmi_evt_ready() 294 snprintf(wdev->wiphy->fw_version, sizeof(wdev->wiphy->fw_version), in wmi_evt_ready() 295 "%d", wil->fw_version); in wmi_evt_ready()
|
D | wil6210.h | 549 u32 fw_version; member
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | vnic_devcmd.h | 301 char fw_version[32]; member
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 374 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), "%d.%d.%d", in xgbe_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 152 strncpy(buf, rev->fw_version, min(len, sizeof(rev->fw_version))); in wl1251_acx_fw_version() 159 buf[min(len, sizeof(rev->fw_version)) - 1] = '\0'; in wl1251_acx_fw_version()
|
D | main.c | 427 strncpy(wiphy->fw_version, wl->fw_ver, sizeof(wiphy->fw_version)); in wl1251_op_start()
|
D | acx.h | 80 char fw_version[20]; member
|
/linux-4.4.14/drivers/net/irda/ |
D | irda-usb.c | 1073 unsigned long fw_version = 0; in stir421x_patch_device() local 1105 fw_version = (major << 12) in stir421x_patch_device() 1111 __func__, fw_version); in stir421x_patch_device() 1115 if (self->usbdev->descriptor.bcdDevice == cpu_to_le16(fw_version)) { in stir421x_patch_device()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 229 strlcpy(drvinfo->fw_version, adapter->fw_ver, in be_get_drvinfo() 230 sizeof(drvinfo->fw_version)); in be_get_drvinfo() 232 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in be_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_ethtool.c | 82 snprintf(info->fw_version, ETHTOOL_FWVERS_LEN, "v%d.%d", in tse_get_drvinfo()
|
/linux-4.4.14/include/uapi/linux/ |
D | cyclades.h | 445 __u32 fw_version; /* firmware version */ member
|
D | ethtool.h | 179 char fw_version[ETHTOOL_FWVERS_LEN]; member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-efi-esrt | 48 What: /sys/firmware/efi/esrt/entries/entry$N/fw_version
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 91 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in netxen_nic_get_drvinfo() 838 dump->version = adapter->fw_version; in netxen_get_dump_flag()
|
D | netxen_nic_main.c | 867 prev_fw_version = adapter->fw_version; in netxen_check_options() 868 adapter->fw_version = NETXEN_VERSION_CODE(fw_major, fw_minor, fw_build); in netxen_check_options() 873 adapter->fw_version > prev_fw_version) { in netxen_check_options() 893 if (adapter->fw_version < NETXEN_VERSION_CODE(3, 4, 216)) { in netxen_check_options() 909 if (adapter->fw_version >= NETXEN_VERSION_CODE(4, 0, 222)) in netxen_check_options()
|
D | netxen_nic.h | 1697 u32 fw_version; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.c | 1059 if (ie_len > sizeof(ar->hw->wiphy->fw_version) - 1) in ath10k_core_fetch_firmware_api_n() 1062 memcpy(ar->hw->wiphy->fw_version, data, ie_len); in ath10k_core_fetch_firmware_api_n() 1063 ar->hw->wiphy->fw_version[ie_len] = '\0'; in ath10k_core_fetch_firmware_api_n() 1067 ar->hw->wiphy->fw_version); in ath10k_core_fetch_firmware_api_n() 1657 ar->hw->wiphy->fw_version); in ath10k_core_start()
|
D | debug.c | 144 ar->hw->wiphy->fw_version, in ath10k_print_driver_info() 721 strlcpy(dump_data->fw_ver, ar->hw->wiphy->fw_version, in ath10k_build_dump_file()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 4188 cmaj = vdev->config.device_hw_info.fw_version.major; in vxge_fw_upgrade() 4189 cmin = vdev->config.device_hw_info.fw_version.minor; in vxge_fw_upgrade() 4190 cbld = vdev->config.device_hw_info.fw_version.build; in vxge_fw_upgrade() 4228 maj = vdev->config.device_hw_info.fw_version.major; in vxge_probe_fw_update() 4229 min = vdev->config.device_hw_info.fw_version.minor; in vxge_probe_fw_update() 4230 bld = vdev->config.device_hw_info.fw_version.build; in vxge_probe_fw_update() 4528 if (VXGE_FW_VER(ll_config->device_hw_info.fw_version.major, in vxge_probe() 4529 ll_config->device_hw_info.fw_version.minor, in vxge_probe() 4530 ll_config->device_hw_info.fw_version.build) >= in vxge_probe() 4675 ll_config->device_hw_info.fw_version.version, in vxge_probe() [all …]
|
D | vxge-main.h | 399 char fw_version[VXGE_HW_FW_STRLEN]; member
|
D | vxge-config.c | 807 struct vxge_hw_device_version *fw_version = &hw_info->fw_version; in __vxge_hw_vpath_fw_ver_get() local 831 fw_version->major = in __vxge_hw_vpath_fw_ver_get() 833 fw_version->minor = in __vxge_hw_vpath_fw_ver_get() 835 fw_version->build = in __vxge_hw_vpath_fw_ver_get() 838 snprintf(fw_version->version, VXGE_HW_FW_STRLEN, "%d.%d.%d", in __vxge_hw_vpath_fw_ver_get() 839 fw_version->major, fw_version->minor, fw_version->build); in __vxge_hw_vpath_fw_ver_get()
|
D | vxge-ethtool.c | 106 strlcpy(info->fw_version, vdev->fw_version, sizeof(info->fw_version)); in vxge_ethtool_gdrvinfo()
|
D | vxge-config.h | 821 struct vxge_hw_device_version fw_version; member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib9000.c | 764 u16 fw_version = 0; in dib9000_risc_check_version() local 766 if (dib9000_mbx_send(state, OUT_MSG_REQ_VERSION, &fw_version, 1) != 0) in dib9000_risc_check_version() 772 fw_version = (r[0] << 8) | r[1]; in dib9000_risc_check_version() 773 dprintk("RISC: ver: %d.%02d (IC: %d)", fw_version >> 10, fw_version & 0x3ff, (r[2] << 8) | r[3]); in dib9000_risc_check_version() 775 if ((fw_version >> 10) != 7) in dib9000_risc_check_version() 778 switch (fw_version & 0x3ff) { in dib9000_risc_check_version()
|
/linux-4.4.14/drivers/net/ |
D | rionet.c | 428 strlcpy(info->fw_version, "n/a", sizeof(info->fw_version)); in rionet_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 997 strlcpy(ar->wiphy->fw_version, data, in ath6kl_fetch_fw_apin() 998 min(sizeof(ar->wiphy->fw_version), ie_len+1)); in ath6kl_fetch_fw_apin() 1002 ar->wiphy->fw_version); in ath6kl_fetch_fw_apin() 1766 ar->wiphy->fw_version, in __ath6kl_init_hw_start()
|
D | main.c | 537 if (strlen(ar->wiphy->fw_version) == 0) { in ath6kl_ready_event() 538 snprintf(ar->wiphy->fw_version, in ath6kl_ready_event() 539 sizeof(ar->wiphy->fw_version), in ath6kl_ready_event()
|
D | hif.c | 106 ar->wiphy->fw_version); in ath6kl_hif_dump_fw_crash()
|
/linux-4.4.14/drivers/input/misc/ |
D | ims-pcu.c | 69 char fw_version[IMS_PCU_FW_VERSION_LEN]; member 1128 static IMS_PCU_RO_ATTR(fw_version); 1800 snprintf(pcu->fw_version, sizeof(pcu->fw_version), in ims_pcu_get_device_info() 1832 pcu->fw_version, in ims_pcu_get_device_info()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 979 strlcpy(info->fw_version, "Sleep image", in typhoon_get_drvinfo() 980 sizeof(info->fw_version)); in typhoon_get_drvinfo() 984 strlcpy(info->fw_version, "Unknown runtime", in typhoon_get_drvinfo() 985 sizeof(info->fw_version)); in typhoon_get_drvinfo() 988 snprintf(info->fw_version, sizeof(info->fw_version), in typhoon_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | fw.c | 261 rtlhal->fw_version = (u16) GET_FIRMWARE_HDR_VERSION(pfwheader); in rtl92d_download_fw() 265 rtlhal->fw_version, rtlhal->fw_subversion, in rtl92d_download_fw()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 217 strcpy(info->fw_version, "N/A"); in get_drvinfo() 219 snprintf(info->fw_version, sizeof(info->fw_version), in get_drvinfo()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_csr.c | 158 uint32_t fw_version; member
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_sysfs.c | 60 return scnprintf(buf, PAGE_SIZE, "%s\n", info.fw_version); in usnic_ib_show_fw_ver()
|
D | usnic_ib_verbs.c | 287 usnic_ib_fw_string_to_u64(&info.fw_version[0], &props->fw_ver); in usnic_ib_query_device()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 250 struct snd_sst_fw_version fw_version;/* Firmware version details */ member
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 253 char fw_version[128]; member 571 strncpy(mgp->fw_version, hdr->version, sizeof(mgp->fw_version)); in myri10ge_validate_firmware() 572 mgp->fw_version[sizeof(mgp->fw_version) - 1] = '\0'; in myri10ge_validate_firmware() 574 sscanf(mgp->fw_version, "%d.%d.%d", &mgp->fw_ver_major, in myri10ge_validate_firmware() 579 dev_err(dev, "Found firmware version %s\n", mgp->fw_version); in myri10ge_validate_firmware() 1830 strlcpy(info->fw_version, mgp->fw_version, sizeof(info->fw_version)); in myri10ge_get_drvinfo()
|
/linux-4.4.14/net/8021q/ |
D | vlan_dev.c | 636 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in vlan_ethtool_get_drvinfo()
|
/linux-4.4.14/net/batman-adv/ |
D | soft-interface.c | 1054 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in batadv_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 411 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in ql_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | ops.c | 507 snprintf(mvm->hw->wiphy->fw_version, in iwl_op_mode_mvm_start() 508 sizeof(mvm->hw->wiphy->fw_version), in iwl_op_mode_mvm_start() 509 "%s", fw->fw_version); in iwl_op_mode_mvm_start()
|
D | utils.c | 528 IWL_ERR(mvm, "Loaded firmware version: %s\n", mvm->fw->fw_version); in iwl_mvm_dump_nic_error_log_old() 614 IWL_ERR(mvm, "Loaded firmware version: %s\n", mvm->fw->fw_version); in iwl_mvm_dump_nic_error_log()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 208 char fw_version[BFA_VERSION_LEN]; member
|
D | bnad_ethtool.c | 312 strlcpy(drvinfo->fw_version, ioc_attr->adapter_attr.fw_ver, in bnad_get_drvinfo() 313 sizeof(drvinfo->fw_version)); in bnad_get_drvinfo()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_attr.c | 317 static DEVICE_ATTR(fw_version, S_IRUGO, qla4xxx_fw_version_show, NULL);
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 44 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in mlx5e_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | main.c | 2047 err = determine_fw_capabilities(priv, wiphy->fw_version, in orinoco_init() 2048 sizeof(wiphy->fw_version), in orinoco_init() 2065 err = determine_fw_capabilities(priv, wiphy->fw_version, in orinoco_init() 2066 sizeof(wiphy->fw_version), in orinoco_init()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | main.c | 1368 snprintf(priv->hw->wiphy->fw_version, in iwl_op_mode_dvm_start() 1369 sizeof(priv->hw->wiphy->fw_version), in iwl_op_mode_dvm_start() 1370 "%s", fw->fw_version); in iwl_op_mode_dvm_start() 1867 priv->fw->fw_version); in iwl_nic_error()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82599.c | 1892 u16 fw_version = 0; in ixgbe_verify_fw_version_82599() local 1916 if (hw->eeprom.ops.read(hw, offset, &fw_version)) in ixgbe_verify_fw_version_82599() 1919 if (fw_version > 0x5) in ixgbe_verify_fw_version_82599()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_ether.c | 169 strlcpy(p->fw_version, dev->gadget->name, sizeof(p->fw_version)); in eth_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_init.c | 800 snprintf(hw->wiphy->fw_version, sizeof(hw->wiphy->fw_version), "%d.%d", in ath9k_init_firmware_version()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | fw.c | 232 rtlhal->fw_version = le16_to_cpu(pfwheader->version); in rtl8821ae_download_fw() 242 rtlhal->fw_version = le16_to_cpu(pfwheader->version); in rtl8821ae_download_fw()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 757 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in netvsc_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 7034 strlcpy(info->fw_version, bp->fw_version, sizeof(info->fw_version)); in bnx2_get_drvinfo() 8081 memcpy(bp->fw_version, &data[j], len); in bnx2_read_vpd_fw_ver() 8082 bp->fw_version[len] = ' '; in bnx2_read_vpd_fw_ver() 8272 j = strlen(bp->fw_version); in bnx2_init_board() 8278 bp->fw_version[j++] = 'b'; in bnx2_init_board() 8279 bp->fw_version[j++] = 'c'; in bnx2_init_board() 8280 bp->fw_version[j++] = ' '; in bnx2_init_board() 8285 bp->fw_version[j++] = (num / k) + '0'; in bnx2_init_board() 8290 bp->fw_version[j++] = '.'; in bnx2_init_board() 8313 bp->fw_version[j++] = ' '; in bnx2_init_board() [all …]
|
D | bcm63xx_enet.c | 1334 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version)); in bcm_enet_get_drvinfo() 2602 strncpy(drvinfo->fw_version, "N/A", 32); in bcm_enetsw_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 171 efx_mcdi_print_fwver(efx, info->fw_version, in efx_ethtool_get_drvinfo() 172 sizeof(info->fw_version)); in efx_ethtool_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 431 strlcpy(info->fw_version, bp->fw_ver_str, sizeof(info->fw_version)); in bnxt_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | core.c | 621 strlcpy(info->fw_version, drvr->fwver, sizeof(info->fw_version)); in brcmf_ethtool_get_drvinfo()
|
/linux-4.4.14/drivers/usb/serial/ |
D | io_ti.c | 130 int fw_version; member 1030 serial->fw_version = (fw_hdr->major_version << 8) + in download_fw() 1262 serial->fw_version = download_cur_ver; in do_download_mode() 2571 if (edge_serial->fw_version > FW_HEARTBEAT_VERSION_CUTOFF) { in edge_startup()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 278 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in qlcnic_get_drvinfo() 1671 dump->version = adapter->fw_version; in qlcnic_get_dump_flag()
|
D | qlcnic_minidump.c | 1337 qlcnic_set_sys_info(adapter, tmpl_hdr, 1, adapter->fw_version); in qlcnic_dump_fw() 1421 prev_version = adapter->fw_version; in qlcnic_83xx_get_minidump_template()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 212 strlcpy(drvinfo->fw_version, "N/A", 4); in i40evf_get_drvinfo()
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 661 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version)); in dsa_slave_get_drvinfo()
|
/linux-4.4.14/sound/isa/wavefront/ |
D | wavefront_synth.c | 2164 dev->fw_version[0] = rbuf[0]; in snd_wavefront_detect() 2165 dev->fw_version[1] = rbuf[1]; in snd_wavefront_detect()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchx2.c | 398 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in mlxsw_sx_port_get_drvinfo()
|
D | spectrum.c | 750 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in mlxsw_sp_port_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 1400 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in pxa168_get_drvinfo()
|
/linux-4.4.14/drivers/net/cris/ |
D | eth_v10.c | 1453 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in e100_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.c | 211 rtlhal->fw_version = le16_to_cpu(pfwheader->version); in rtl92ee_download_fw()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_ctl.c | 100 static DEVICE_ATTR(fw_version, S_IRUGO, pm8001_ctl_fw_version_show, NULL);
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smscoreapi.h | 210 u16 fw_version; member
|
D | smscoreapi.c | 1371 if (coredev->fw_version >= 0x800) { in smscore_set_device_mode() 1547 coredev->fw_version = ver->rom_ver_major << 8 | in smscore_onresponse()
|
D | smsdvb-main.c | 731 if (client->coredev->fw_version >= 0x800) in smsdvb_send_statistics_request()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 242 rtlhal->fw_version = le16_to_cpu(pfwheader->version); in rtl92c_download_fw()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 1345 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in octeon_mgmt_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 497 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in bfin_mac_ethtool_getdrvinfo()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1002 snprintf(info->fw_version, sizeof(info->fw_version), "%u:%u:%u:%u", in ixp4xx_get_drvinfo()
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_chip.c | 1037 snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), in print_fw_version()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1143 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); in greth_get_drvinfo()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfi.h | 290 char fw_version[BFA_VERSION_LEN]; member
|
D | bfa_fcs.h | 648 u8 fw_version[BFA_VERSION_LEN]; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 333 *u32_tmp = rtlhal->fw_version; in halbtc_get()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.c | 1407 snprintf(info->fw_version, sizeof(info->fw_version), in amd8111e_get_drvinfo()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1165 next = info.fw_version + 1; in fw_vers_string_to_u64() 1286 return sprintf(buf, "%s\n", info.fw_version); in show_fw_ver()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 91 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in mlx4_en_get_drvinfo()
|
/linux-4.4.14/drivers/net/usb/ |
D | usbnet.c | 1013 strlcpy (info->fw_version, dev->driver_info->description, in usbnet_get_drvinfo() 1014 sizeof info->fw_version); in usbnet_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 2182 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version)); in bdx_get_drvinfo()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1324 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in nes_netdev_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 643 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in e1000_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 669 strncpy(drvinfo->fw_version, "N/A", ETHTOOL_FWVERS_LEN); in hns_nic_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 2030 strlcpy(drvinfo->fw_version, "L2", sizeof(drvinfo->fw_version)); in atl2_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1343 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in cxgb4vf_get_drvinfo()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 153 strncpy(drvinfo->fw_version, oct->fw_info.liquidio_firmware_version, in lio_get_drvinfo()
|