Home
last modified time | relevance | path

Searched refs:fw_ver_str (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/watchdog/
H A Dpcwd_pci.c227 char fw_ver_str[20]; /* The cards firmware version */ in pcipcwd_show_card_info() local
233 sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor); in pcipcwd_show_card_info()
235 sprintf(fw_ver_str, "<card no answer>"); in pcipcwd_show_card_info()
241 (int) pcipcwd_private.io_addr, fw_ver_str, in pcipcwd_show_card_info()
H A Dpcwd_usb.c612 char fw_ver_str[20]; in usb_pcwd_probe() local
696 sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor); in usb_pcwd_probe()
698 sprintf(fw_ver_str, "<card no answer>"); in usb_pcwd_probe()
700 pr_info("Found card (Firmware: %s) with temp option\n", fw_ver_str); in usb_pcwd_probe()
H A Dpcwd.c178 char fw_ver_str[6]; /* The cards firmware version */ member
303 strcpy(pcwd_private.fw_ver_str, "ERROR"); in pcwd_get_firmware()
310 sprintf(pcwd_private.fw_ver_str, "%c.%c%c%c", in pcwd_get_firmware()
342 pcwd_private.io_addr, pcwd_private.fw_ver_str); in pcwd_show_card_info()
/linux/drivers/net/wireless/ti/wlcore/
H A Dboot.c44 strscpy(wl->chip.fw_ver_str, static_data->fw_version, in wlcore_boot_parse_fw_ver()
45 sizeof(wl->chip.fw_ver_str)); in wlcore_boot_parse_fw_ver()
47 ret = sscanf(wl->chip.fw_ver_str + 4, "%u.%u.%u.%u.%u", in wlcore_boot_parse_fw_ver()
H A Dwlcore_i.h107 char fw_ver_str[ETHTOOL_FWVERS_LEN]; member
H A Dmain.c974 wl->chip.fw_ver_str); in wlcore_print_recovery()
1204 wl->chip.fw_ver_str); in wl1271_plt_start()
1208 strscpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl1271_plt_start()
2422 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw()
2426 strscpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl12xx_init_fw()
H A Ddebugfs.c491 DRIVER_STATE_PRINT_STR(chip.fw_ver_str); in driver_state_read()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.c77 static void usnic_ib_fw_string_to_u64(char *fw_ver_str, u64 *fw_ver) in usnic_ib_fw_string_to_u64() argument
79 *fw_ver = *((u64 *)fw_ver_str); in usnic_ib_fw_string_to_u64()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h364 char fw_ver_str[BEISCSI_VER_STRLEN]; member
H A Dbe_mgmt.c1164 return snprintf(buf, PAGE_SIZE, "%s\n", phba->fw_ver_str); in beiscsi_fw_ver_disp()
H A Dbe_cmds.c1303 memcpy(phba->fw_ver_str, resp->params.hba_attribs. in beiscsi_check_supported_fw()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1184 char fw_ver_str[16] = EMPTY_FW_VERSION_STR; in qed_dump_fw_ver_param() local
1194 if (snprintf(fw_ver_str, sizeof(fw_ver_str), in qed_dump_fw_ver_param()
1218 dump, "fw-version", fw_ver_str); in qed_dump_fw_ver_param()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2014 strscpy(info->fw_version, bp->fw_ver_str, sizeof(info->fw_version)); in bnxt_get_drvinfo()
4160 len = strlen(bp->fw_ver_str); in bnxt_get_pkgver()
4161 snprintf(bp->fw_ver_str + len, FW_VER_STR_LEN - len, in bnxt_get_pkgver()
H A Dbnxt.h2483 char fw_ver_str[FW_VER_STR_LEN]; member
H A Dbnxt.c9691 snprintf(bp->fw_ver_str, len, "%d.%d.%d.%d", fw_maj, fw_min, fw_bld, in bnxt_hwrm_ver_get()
9695 int fw_ver_len = strlen(bp->fw_ver_str); in bnxt_hwrm_ver_get()
9697 snprintf(bp->fw_ver_str + fw_ver_len, in bnxt_hwrm_ver_get()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hw4.h3800 uint32_t fw_ver_str[8]; member