Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wlcore/
Dboot.c58 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()
Dwlcore_i.h122 char fw_ver_str[ETHTOOL_FWVERS_LEN]; member
Dmain.c947 wl->chip.fw_ver_str); in wlcore_print_recovery()
1164 wl->chip.fw_ver_str); in wl1271_plt_start()
1168 strncpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl1271_plt_start()
2349 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw()
2353 strncpy(wiphy->fw_version, wl->chip.fw_ver_str, in wl12xx_init_fw()
Ddebugfs.c507 DRIVER_STATE_PRINT_STR(chip.fw_ver_str); in driver_state_read()
/drivers/watchdog/
Dpcwd_pci.c231 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()
Dpcwd_usb.c615 char fw_ver_str[20]; in usb_pcwd_probe() local
702 sprintf(fw_ver_str, "%u.%02u", fw_rev_major, fw_rev_minor); in usb_pcwd_probe()
704 sprintf(fw_ver_str, "<card no answer>"); in usb_pcwd_probe()
706 pr_info("Found card (Firmware: %s) with temp option\n", fw_ver_str); in usb_pcwd_probe()
Dpcwd.c177 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/
Dusnic_ib_verbs.c37 static void usnic_ib_fw_string_to_u64(char *fw_ver_str, u64 *fw_ver) in usnic_ib_fw_string_to_u64() argument
39 *fw_ver = (u64) *fw_ver_str; in usnic_ib_fw_string_to_u64()
/drivers/scsi/be2iscsi/
Dbe_main.h422 char fw_ver_str[BEISCSI_VER_STRLEN]; member
Dbe_mgmt.c468 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()
/drivers/scsi/lpfc/
Dlpfc_hw4.h2821 uint32_t fw_ver_str[8]; member