Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/
Dver_linux16 vernum = "[0-9]+([.]?[0-9]+)+"
64 if (match($0, vernum)) {
/Linux-v6.1/drivers/media/platform/chips-media/
Dcoda-bit.c929 static bool coda_firmware_supported(u32 vernum) in coda_firmware_supported() argument
934 if (vernum == coda_supported_firmwares[i]) in coda_firmware_supported()