/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 | 121 char fw_ver_str[ETHTOOL_FWVERS_LEN]; member
|
D | main.c | 895 wl->chip.fw_ver_str); in wlcore_print_recovery() 1115 wl->chip.fw_ver_str); in wl1271_plt_start() 1119 strncpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl1271_plt_start() 2337 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw() 2341 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()
|
/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()
|
/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 53 static void usnic_ib_fw_string_to_u64(char *fw_ver_str, u64 *fw_ver) in usnic_ib_fw_string_to_u64() argument 55 *fw_ver = *((u64 *)fw_ver_str); in usnic_ib_fw_string_to_u64()
|
/drivers/scsi/be2iscsi/ |
D | be_main.h | 405 char fw_ver_str[BEISCSI_VER_STRLEN]; member
|
D | be_mgmt.c | 1112 return snprintf(buf, PAGE_SIZE, "%s\n", phba->fw_ver_str); in beiscsi_fw_ver_disp()
|
D | be_cmds.c | 1311 memcpy(phba->fw_ver_str, resp->params.hba_attribs. in beiscsi_check_supported_fw()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 1224 char fw_ver_str[FW_VER_STR_LEN]; member
|
D | bnxt_ethtool.c | 835 "%s pkg %s", bp->fw_ver_str, pkgver); in bnxt_get_drvinfo() 837 strlcpy(info->fw_version, bp->fw_ver_str, in bnxt_get_drvinfo()
|
D | bnxt.c | 4920 snprintf(bp->fw_ver_str, BC_HWRM_STR_LEN, "%d.%d.%d/%d.%d.%d", in bnxt_hwrm_ver_get()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 1920 char fw_ver_str[16] = EMPTY_FW_VERSION_STR; in qed_dump_fw_ver_param() local 1942 if (snprintf(fw_ver_str, sizeof(fw_ver_str), in qed_dump_fw_ver_param() 1963 dump, "fw-version", fw_ver_str); in qed_dump_fw_ver_param()
|
/drivers/scsi/lpfc/ |
D | lpfc_hw4.h | 3506 uint32_t fw_ver_str[8]; member
|