Searched refs:opt_str (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/video/via/ |
D | viafbdev.c | 1072 static int __devinit parse_port(char *opt_str, int *output_interface) in parse_port() argument 1074 if (!strncmp(opt_str, "DVP0", 4)) in parse_port() 1076 else if (!strncmp(opt_str, "DVP1", 4)) in parse_port() 1078 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11)) in parse_port() 1080 else if (!strncmp(opt_str, "DFP_HIGH", 8)) in parse_port() 1082 else if (!strncmp(opt_str, "DFP_LOW", 7)) in parse_port()
|