Home
last modified time | relevance | path

Searched refs:cur_version (Results 1 – 4 of 4) sorted by relevance

/linux/tools/docs/
H A Dsphinx-pre-install274 self.cur_version = (0, 0, 0)
481 self.cur_version = self.get_sphinx_version(sphinx)
482 if not self.cur_version:
485 if self.cur_version < self.min_version:
486 curver = PythonVersion.ver_str(self.cur_version)
494 if self.version_check and self.cur_version >= RECOMMENDED_VERSION:
1228 elif PythonVersion.parse_version(ver) > self.cur_version:
1243 if self.cur_version and self.cur_version >= RECOMMENDED_VERSION:
1244 self.latest_avail_ver = self.cur_version
1252 if self.activate_cmd and self.venv_ver > self.cur_version:
[all …]
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py314 cur_version = sys.version_info variable
316 print(cur_version)
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py564 cur_version = sys.version_info variable
566 print(cur_version)
/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c1065 u32 cur_version, new_version; in ccg_check_fw_version() local
1089 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()
1099 if (new_version > cur_version) in ccg_check_fw_version()