Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Dsphinx-pre-install32 my $cur_version;
310 $cur_version = get_sphinx_version($sphinx);
311 die ("$sphinx returned an error") if (!$cur_version);
313 die "$sphinx didn't return its version" if (!$cur_version);
315 if ($cur_version lt $min_version) {
317 $cur_version, $min_version, $default_version;
322 if ($cur_version lt $rec_version) {
714 printf "Sphinx version: %s\n\n", $cur_version if ($cur_version);
794 if ($cur_version lt $rec_version) {
798 if ($cur_version lt $min_pdf_version) {
[all …]
/Linux-v5.10/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py566 cur_version = sys.version_info variable
568 print(cur_version)
/Linux-v5.10/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.10/fs/f2fs/
Dcheckpoint.c853 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local
874 cur_version = *version; in validate_checkpoint()
876 if (cur_version == pre_version) { in validate_checkpoint()
877 *version = cur_version; in validate_checkpoint()