Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/
Dsphinx-pre-install33 my $cur_version;
312 $cur_version = get_sphinx_version($sphinx);
313 die ("$sphinx returned an error") if (!$cur_version);
315 die "$sphinx didn't return its version" if (!$cur_version);
317 if ($cur_version lt $min_version) {
319 $cur_version, $min_version, $default_version;
324 return if ($cur_version lt $rec_version);
721 } elsif ($ver gt $cur_version) {
733 if ($cur_version && ($cur_version ge $rec_version)) {
734 $latest_avail_ver = $cur_version;
[all …]
/Linux-v5.15/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py566 cur_version = sys.version_info variable
568 print(cur_version)
/Linux-v5.15/drivers/usb/typec/ucsi/
Ducsi_ccg.c971 u32 cur_version, new_version; in ccg_check_fw_version() local
995 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()
1005 if (new_version > cur_version) in ccg_check_fw_version()
/Linux-v5.15/fs/f2fs/
Dcheckpoint.c869 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local
890 cur_version = *version; in validate_checkpoint()
892 if (cur_version == pre_version) { in validate_checkpoint()
893 *version = cur_version; in validate_checkpoint()