Searched refs:fw_ver_str (Results 1 – 11 of 11) sorted by relevance
/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 | 947 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()
|
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 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()
|
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 | 37 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/ |
D | be_main.h | 422 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()
|
/drivers/scsi/lpfc/ |
D | lpfc_hw4.h | 2821 uint32_t fw_ver_str[8]; member
|