opt_str          1062 drivers/video/fbdev/via/viafbdev.c static int parse_port(char *opt_str, int *output_interface)
opt_str          1064 drivers/video/fbdev/via/viafbdev.c 	if (!strncmp(opt_str, "DVP0", 4))
opt_str          1066 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DVP1", 4))
opt_str          1068 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DFP_HIGHLOW", 11))
opt_str          1070 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DFP_HIGH", 8))
opt_str          1072 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DFP_LOW", 7))