Searched refs:opt_str (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | lib.sh | 192 local opt_str=$2 195 opt_str="($opt_str)" 200 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 212 printf "TEST: %-60s [PASS]\n" "$test_name $opt_str"
|
/Linux-v4.19/drivers/video/fbdev/via/ |
D | viafbdev.c | 1076 static int parse_port(char *opt_str, int *output_interface) in parse_port() argument 1078 if (!strncmp(opt_str, "DVP0", 4)) in parse_port() 1080 else if (!strncmp(opt_str, "DVP1", 4)) in parse_port() 1082 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11)) in parse_port() 1084 else if (!strncmp(opt_str, "DFP_HIGH", 8)) in parse_port() 1086 else if (!strncmp(opt_str, "DFP_LOW", 7)) in parse_port()
|