Searched refs:fw_ver_str (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | boot.c | 58 strncpy(wl->chip.fw_ver_str, static_data->fw_version, in wlcore_boot_parse_fw_ver() 59 sizeof(wl->chip.fw_ver_str)); in wlcore_boot_parse_fw_ver() 62 wl->chip.fw_ver_str[sizeof(wl->chip.fw_ver_str) - 1] = '\0'; in wlcore_boot_parse_fw_ver() 64 ret = sscanf(wl->chip.fw_ver_str + 4, "%u.%u.%u.%u.%u", in wlcore_boot_parse_fw_ver()
|
D | wlcore_i.h | 122 char fw_ver_str[ETHTOOL_FWVERS_LEN]; member
|
D | main.c | 960 wl->chip.fw_ver_str); in wlcore_print_recovery() 1177 wl->chip.fw_ver_str); in wl1271_plt_start() 1181 strncpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl1271_plt_start() 2395 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw() 2399 strncpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl12xx_init_fw()
|
D | debugfs.c | 507 DRIVER_STATE_PRINT_STR(chip.fw_ver_str); in driver_state_read()
|
/linux-4.4.14/drivers/watchdog/ |
D | pcwd_pci.c | 231 char fw_ver_str[20]; /* The cards firmware version */ in pcipcwd_show_card_info() local 237 sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor); in pcipcwd_show_card_info() 239 sprintf(fw_ver_str, "<card no answer>"); in pcipcwd_show_card_info() 245 (int) pcipcwd_private.io_addr, fw_ver_str, in pcipcwd_show_card_info()
|
D | pcwd_usb.c | 615 char fw_ver_str[20]; in usb_pcwd_probe() local 699 sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor); in usb_pcwd_probe() 701 sprintf(fw_ver_str, "<card no answer>"); in usb_pcwd_probe() 703 pr_info("Found card (Firmware: %s) with temp option\n", fw_ver_str); in usb_pcwd_probe()
|
D | pcwd.c | 177 char fw_ver_str[6]; /* The cards firmware version */ member 302 strcpy(pcwd_private.fw_ver_str, "ERROR"); in pcwd_get_firmware() 309 sprintf(pcwd_private.fw_ver_str, "%c.%c%c%c", in pcwd_get_firmware() 341 pcwd_private.io_addr, pcwd_private.fw_ver_str); in pcwd_show_card_info()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 52 static void usnic_ib_fw_string_to_u64(char *fw_ver_str, u64 *fw_ver) in usnic_ib_fw_string_to_u64() argument 54 *fw_ver = (u64) *fw_ver_str; in usnic_ib_fw_string_to_u64()
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.h | 426 char fw_ver_str[BEISCSI_VER_STRLEN]; member
|
D | be_mgmt.c | 468 memcpy(phba->fw_ver_str, resp->params.hba_attribs. in mgmt_check_supported_fw() 1451 return snprintf(buf, PAGE_SIZE, "%s\n", phba->fw_ver_str); in beiscsi_fw_ver_disp()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 949 char fw_ver_str[FW_VER_STR_LEN]; member
|
D | bnxt_ethtool.c | 431 strlcpy(info->fw_version, bp->fw_ver_str, sizeof(info->fw_version)); in bnxt_get_drvinfo()
|
D | bnxt.c | 3746 snprintf(bp->fw_ver_str, BC_HWRM_STR_LEN, "bc %d.%d.%d rm %d.%d.%d", in bnxt_hwrm_ver_get() 5598 strcat(bp->fw_ver_str, phy_ver); in bnxt_probe_phy()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw4.h | 3048 uint32_t fw_ver_str[8]; member
|