| /linux/tools/arch/x86/dell-uart-backlight-emulator/ |
| H A D | dell-uart-backlight-emulator.c | 43 const char *version_str = "PHI23-V321"; in main() local 112 len = strlen(version_str); in main() 113 strcpy((char *)&response[2], version_str); in main() 114 printf("Get version, reply: %s\n", version_str); in main()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_devlink.c | 14 char version_str[HCLGEVF_DEVLINK_FW_STRING_LEN]; in hclgevf_devlink_info_get() local 17 snprintf(version_str, sizeof(version_str), "%lu.%lu.%lu.%lu", in hclgevf_devlink_info_get() 29 version_str); in hclgevf_devlink_info_get()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_devlink.c | 42 char version_str[HCLGE_DEVLINK_FW_STRING_LEN]; in hclge_devlink_info_get() local 46 snprintf(version_str, sizeof(version_str), "%lu.%lu.%lu.%lu", in hclge_devlink_info_get() 58 version_str); in hclge_devlink_info_get()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | devlink.c | 95 char version_str[DEVLINK_FW_STRING_LEN]; in mlx5_devlink_info_get() local 112 snprintf(version_str, sizeof(version_str), "%d.%d.%04d", in mlx5_devlink_info_get() 115 err = devlink_info_version_running_put(req, "fw.version", version_str); in mlx5_devlink_info_get() 120 version_str); in mlx5_devlink_info_get() 128 snprintf(version_str, sizeof(version_str), "%d.%d.%04d", in mlx5_devlink_info_get() 131 err = devlink_info_version_stored_put(req, "fw.version", version_str); in mlx5_devlink_info_get() 136 version_str); in mlx5_devlink_info_get()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmdresp.c | 700 if (strncmp(ver_ext->version_str, "ChipRev:20, BB:9b(10.00), RF:40(21)", in mwifiex_ret_ver_ext() 721 memcpy(version_ext->version_str, ver_ext->version_str, in mwifiex_ret_ver_ext() 723 memcpy(priv->version_str, ver_ext->version_str, in mwifiex_ret_ver_ext() 727 priv->version_str[MWIFIEX_VERSION_STR_LENGTH - 1] = '\0'; in mwifiex_ret_ver_ext()
|
| H A D | ioctl.h | 142 char version_str[MWIFIEX_MAX_VER_STR_LEN]; member
|
| H A D | debugfs.c | 91 p += sprintf(p, "\nverext = %s", priv->version_str); in mwifiex_info_read() 589 priv->version_str); in mwifiex_verext_read()
|
| H A D | fw.h | 2113 char version_str[MWIFIEX_VERSION_STR_LENGTH]; member
|
| /linux/include/linux/pds/ |
| H A D | pds_core_if.h | 536 u8 version_str[]; member 620 u8 version_str[]; member
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | fw.c | 525 tbl_sz = struct_size(component_tbl, version_str, in pdsc_send_component_table() 546 memcpy(component_tbl->version_str, component->version_string, in pdsc_send_component_table() 796 info_sz = struct_size(component_info, version_str, in pdsc_flash_component() 815 memcpy(component_info->version_str, component->version_string, in pdsc_flash_component()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cmd.c | 1482 if (strncmp(ver_ext->version_str, "ChipRev:20, BB:9b(10.00), RF:40(21)", in nxpwifi_ret_sta_ver_ext() 1503 memcpy(version_ext->version_str, ver_ext->version_str, in nxpwifi_ret_sta_ver_ext() 1505 memcpy(priv->version_str, ver_ext->version_str, in nxpwifi_ret_sta_ver_ext() 1509 priv->version_str[NXPWIFI_VERSION_STR_LENGTH - 1] = '\0'; in nxpwifi_ret_sta_ver_ext()
|
| H A D | debugfs.c | 65 p += sprintf(p, "\nverext = %s", priv->version_str); in nxpwifi_info_read() 487 priv->version_str); in nxpwifi_verext_read()
|
| H A D | cfg.h | 439 char version_str[NXPWIFI_MAX_VER_STR_LEN]; member
|
| H A D | main.h | 573 char version_str[NXPWIFI_VERSION_STR_LENGTH]; member
|
| H A D | fw.h | 2098 char version_str[NXPWIFI_VERSION_STR_LENGTH]; member
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 19 static const char *version_str = "v1.26"; variable 87 fprintf(outf, "Version %s\n", version_str);
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.h | 2871 u8 version_str[32]; member
|