Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A 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);
735 } elsif ($ver gt $cur_version) {
747 if ($cur_version && ($cur_version ge $rec_version)) {
748 $latest_avail_ver = $cur_version;
[all …]
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py315 cur_version = sys.version_info variable
317 print(cur_version)
/openbmc/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py564 cur_version = sys.version_info variable
566 print(cur_version)
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c995 u32 cur_version, new_version; in ccg_check_fw_version() local
1019 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()
1029 if (new_version > cur_version) in ccg_check_fw_version()
/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c881 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local
904 cur_version = *version; in validate_checkpoint()
906 if (cur_version == pre_version) { in validate_checkpoint()
907 *version = cur_version; in validate_checkpoint()