Home
last modified time | relevance | path

Searched refs:cur_ver (Results 1 – 6 of 6) sorted by relevance

/linux/tools/docs/
H A Dtest_doc_build.py265 cur_ver, cur_requirements, python_bin): argument
270 ver = ".".join(map(str, cur_ver))
370 for cur_ver in sorted(vers):
371 if cur_ver in SPHINX_REQUIREMENTS:
372 new_reqs = SPHINX_REQUIREMENTS[cur_ver]
375 if cur_ver in PYTHON_VER_CHANGES: # pylint: disable=R1715
376 python_bin = PYTHON_VER_CHANGES[cur_ver]
378 if cur_ver not in args.versions:
382 if cur_ver < args.min_version:
386 if cur_ver > args.max_version:
[all …]
H A Dsphinx-pre-install1324 cur_ver = sys.version_info[:3]
1325 if cur_ver < MIN_PYTHON_VERSION:
/linux/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h105 u8 cur_ver; member
218 .cur_ver = _cur_ver, \
223 __le16 length, u8 min_ver, u8 cur_ver) in carl9170fw_fill_desc() argument
232 head->cur_ver = cur_ver; in carl9170fw_fill_desc()
243 (((head)->cur_ver < _min_ver) || ((head)->min_ver > _min_ver)) \
/linux/tools/lib/python/kdoc/
H A Dpython_version.py145 cur_ver = sys.version_info[:3]
146 if cur_ver >= min_version:
147 ver = PythonVersion.ver_str(cur_ver)
150 python_ver = PythonVersion.ver_str(cur_ver)
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c837 u32 cur_ver; in lio_set_phys_id() local
840 cur_ver = OCT_FW_VER(oct->fw_info.ver.maj, in lio_set_phys_id()
882 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
894 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
907 cur_ver > OCT_FW_VER(1, 7, 2)) in lio_set_phys_id()
H A Dlio_main.c3330 u32 cur_ver; in setup_nic_devices() local
3713 cur_ver = OCT_FW_VER(octeon_dev->fw_info.ver.maj, in setup_nic_devices()
3718 if (cur_ver < OCT_FW_VER(1, 7, 2)) { in setup_nic_devices()