Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Dsphinx-pre-install34 my $cur_version;
316 $cur_version = get_sphinx_version($sphinx);
317 die ("$sphinx returned an error") if (!$cur_version);
319 die "$sphinx didn't return its version" if (!$cur_version);
321 if ($cur_version lt $min_version) {
323 $cur_version, $min_version, $default_version;
328 return if ($cur_version lt $rec_version);
741 } elsif ($ver gt $cur_version) {
753 if ($cur_version && ($cur_version ge $rec_version)) {
754 $latest_avail_ver = $cur_version;
[all …]
/linux-6.1.9/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py315 cur_version = sys.version_info variable
317 print(cur_version)
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py564 cur_version = sys.version_info variable
566 print(cur_version)
/linux-6.1.9/drivers/usb/typec/ucsi/
Ducsi_ccg.c993 u32 cur_version, new_version; in ccg_check_fw_version() local
1017 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()
1027 if (new_version > cur_version) in ccg_check_fw_version()
/linux-6.1.9/fs/f2fs/
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()