Searched refs:ver_str (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/lib/python/kdoc/ |
| H A D | python_version.py | 49 def ver_str(version): 82 return self.ver_str(self.version) 147 ver = PythonVersion.ver_str(cur_ver) 150 python_ver = PythonVersion.ver_str(cur_ver) 45 def ver_str(version): global() member in PythonVersion
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_ucode.c | 133 strscpy(tmp_ver_str, ucode_hdr->ver_str, OTX2_CPT_UCODE_VER_STR_SZ); in get_ucode_type() 396 memcpy(uc_info->ucode.ver_str, ucode_hdr->ver_str, in load_fw() 398 uc_info->ucode.ver_str[OTX2_CPT_UCODE_VER_STR_SZ] = 0; in load_fw() 447 pr_debug("Ucode version string %s\n", curr->ucode.ver_str); in print_uc_info() 687 memset(&ucode->ver_str, 0, OTX2_CPT_UCODE_VER_STR_SZ); in ucode_unload() 834 if (!strncasecmp(eng_grps->grp[i].ucode[0].ver_str, in find_mirrored_eng_grp() 835 grp->ucode[0].ver_str, in find_mirrored_eng_grp() 1053 eng_grp->idx, mirrored_eng_grp->ucode[0].ver_str, in create_engine_group() 1057 eng_grp->idx, eng_grp->ucode[0].ver_str); in create_engine_group() 1060 eng_grp->idx, eng_grp->ucode[1].ver_str); in create_engine_group()
|
| /linux/tools/docs/ |
| H A D | sphinx-pre-install | 486 curver = PythonVersion.ver_str(self.cur_version) 487 minver = PythonVersion.ver_str(self.min_version) 1335 latest_avail_ver = PythonVersion.ver_str(self.latest_avail_ver) 1431 ver = PythonVersion.ver_str(self.cur_version) 1438 min_ver = ver_str(MIN_PYTHON_VERSION)
|
| H A D | test_doc_build.py | 402 def parse_version(ver_str): argument 405 return tuple(map(int, ver_str.split(".")))
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_init.c | 1008 const u8 *ver_str; in qlcnic_get_fw_version() local 1018 ver_str = fw->data + le32_to_cpu(fw_data_desc->findex) + in qlcnic_get_fw_version() 1022 if (!strncmp(&ver_str[i], "REV=", 4)) { in qlcnic_get_fw_version() 1023 ret = sscanf(&ver_str[i+4], "%u.%u.%u ", in qlcnic_get_fw_version()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_init.c | 825 const u8 *ver_str; in nx_get_fw_version() local 832 ver_str = fw->data + cpu_to_le32(fw_data_desc->findex) + in nx_get_fw_version() 836 if (!strncmp(&ver_str[i], "REV=", 4)) { in nx_get_fw_version() 837 ret = sscanf(&ver_str[i+4], "%u.%u.%u ", in nx_get_fw_version()
|