Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dterminal.py88 vernum = check_terminal_version("konsole")
89 if vernum and bb.utils.vercmp_string_op(vernum, "2.0.0", "<"):
92 elif vernum and bb.utils.vercmp_string_op(vernum, "16.08.1", "<"):
262 vernum = check_terminal_version("tmux")
263 if vernum and bb.utils.vercmp_string_op(vernum, desired, "<"):
265 return vernum
305 vernum = None
308 vernum = ver.split(' ')[-1]
310 vernum = ver.split(' ')[-1]
312 vernum = ver.split(' ')[-1]
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dver_linux16 vernum = "[0-9]+([.]?[0-9]+)+"
67 if (match($0, vernum)) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dver_linux16 vernum = "[0-9]+([.]?[0-9]+)+"
67 if (match($0, vernum)) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dver_linux16 vernum = "[0-9]+([.]?[0-9]+)+"
67 if (match($0, vernum)) {
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-bit.c927 static bool coda_firmware_supported(u32 vernum) in coda_firmware_supported() argument
932 if (vernum == coda_supported_firmwares[i]) in coda_firmware_supported()