Home
last modified time | relevance | path

Searched refs:cur_version (Results 1 – 5 of 5) 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.c1064 u32 cur_version, new_version; in ccg_check_fw_version() local
1088 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()
1098 if (new_version > cur_version) in ccg_check_fw_version()
/linux/fs/f2fs/
H A Dcheckpoint.c882 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local
905 cur_version = *version; in validate_checkpoint()
907 if (cur_version == pre_version) { in validate_checkpoint()
908 *version = cur_version; in validate_checkpoint()