Searched refs:opt_str (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.c1062 static int parse_port(char *opt_str, int *output_interface) argument
1064 if (!strncmp(opt_str, "DVP0", 4))
1066 else if (!strncmp(opt_str, "DVP1", 4))
1068 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11))
1070 else if (!strncmp(opt_str, "DFP_HIGH", 8))
1072 else if (!strncmp(opt_str, "DFP_LOW", 7))
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh537 local opt_str=$1; shift
541 printf "TEST: %-60s [%s]\n" "$test_name $opt_str" "$result"
559 local opt_str=$1; shift
561 log_test_result "$test_name" "$opt_str" " OK "
567 local opt_str=$1; shift
569 log_test_result "$test_name" "$opt_str" FAIL "$retmsg"
576 local opt_str=$1; shift
578 log_test_result "$test_name" "$opt_str" XFAIL "$retmsg"
585 local opt_str=$1; shift
587 log_test_result "$test_name" "$opt_str" SKI
[all...]

Completed in 201 milliseconds