Searched refs:opt_str (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | lib.sh | 337 local opt_str=$1; shift 341 printf "TEST: %-60s [%s]\n" "$test_name $opt_str" "$result" 359 local opt_str=$1; shift 361 log_test_result "$test_name" "$opt_str" " OK " 367 local opt_str=$1; shift 369 log_test_result "$test_name" "$opt_str" FAIL "$retmsg" 376 local opt_str=$1; shift 378 log_test_result "$test_name" "$opt_str" XFAIL "$retmsg" 385 local opt_str=$1; shift 387 log_test_result "$test_name" "$opt_str" SKI [all...] |
| /linux/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 1062 static int parse_port(char *opt_str, int *output_interface) in parse_port() argument 1064 if (!strncmp(opt_str, "DVP0", 4)) in parse_port() 1066 else if (!strncmp(opt_str, "DVP1", 4)) in parse_port() 1068 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11)) in parse_port() 1070 else if (!strncmp(opt_str, "DFP_HIGH", 8)) in parse_port() 1072 else if (!strncmp(opt_str, "DFP_LOW", 7)) in parse_port()
|