Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dsphinx-pre-install34 my $cur_version;
302 $cur_version = get_sphinx_version($sphinx);
303 die "$sphinx didn't return its version" if (!$cur_version);
305 if ($cur_version lt $min_version) {
307 $cur_version, $min_version;
312 return if ($cur_version lt $rec_version);
730 } elsif ($ver gt $cur_version) {
742 if ($cur_version && ($cur_version ge $rec_version)) {
743 $latest_avail_ver = $cur_version;
752 if (($activate_cmd ne "") && ($venv_ver gt $cur_version)) {
[all …]
/linux-6.12.1/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py314 cur_version = sys.version_info variable
316 print(cur_version)
/linux-6.12.1/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py564 cur_version = sys.version_info variable
566 print(cur_version)
/linux-6.12.1/fs/f2fs/
Dcheckpoint.c898 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local
921 cur_version = *version; in validate_checkpoint()
923 if (cur_version == pre_version) { in validate_checkpoint()
924 *version = cur_version; in validate_checkpoint()
/linux-6.12.1/drivers/usb/typec/ucsi/
Ducsi_ccg.c1057 u32 cur_version, new_version; in ccg_check_fw_version() local
1081 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()
1091 if (new_version > cur_version) in ccg_check_fw_version()