Searched refs:FuncArg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/scripts/ |
| D | checkpatch.pl | 828 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 2259 if ($string =~ /^($FuncArg|$balanced_parens)/) { 4760 …while ($test =~ /(?:^|[^\w\&\!\~])+\s*\(\s*([\&\!\~]?\s*$Lval\s*(?:$Compare\s*$FuncArg)?)\s*\)/g) { 4796 if ($value =~ m/^\s*$FuncArg\s*(?:\?|$)/) { 6056 $stat =~ /^\+(?:.*?)\bmemset\s*\(\s*$FuncArg\s*,\s*$FuncArg\s*\,\s*$FuncArg\s*\)/) { 6116 $stat =~ /^\+(?:.*?)\b(min|max)\s*\(\s*$FuncArg\s*,\s*$FuncArg\s*\)/) { 6140 $stat =~ /^\+(?:.*?)\busleep_range\s*\(\s*($FuncArg)\s*,\s*($FuncArg)\s*\)/) { 6174 if ($stat_real =~ /\bsscanf\b\s*\(\s*$FuncArg\s*,\s*("[^"]+")/) { 6289 …+\s*($Lval)\s*\=\s*(?:$balanced_parens)?\s*(k[mz]alloc)\s*\(\s*($FuncArg)\s*\*\s*($FuncArg)\s*,/) { 6310 …/\b($Lval)\s*\=\s*(?:$balanced_parens)?\s*(k[mz]alloc)\s*\(\s*($FuncArg)\s*\*\s*($FuncArg)/$1 . ' … [all …]
|
| /Linux-v5.4/drivers/tty/ |
| D | moxa.h | 192 #define FuncArg 0x42 macro
|
| D | moxa.c | 249 writew(arg, ofsAddr + FuncArg); in moxafunc() 260 writew(arg, ofsAddr + FuncArg); in moxafuncret() 263 ret = readw(ofsAddr + FuncArg); in moxafuncret() 1797 writeb(termio->c_cc[VSTART], ofsAddr + FuncArg); in MoxaPortSetTermio()
|