Lines Matching refs:this_opt
1034 char *this_opt; in pvr2fb_setup() local
1043 while ((this_opt = strsep(&options, ","))) { in pvr2fb_setup()
1044 if (!*this_opt) in pvr2fb_setup()
1046 if (!strcmp(this_opt, "inverse")) { in pvr2fb_setup()
1048 } else if (!strncmp(this_opt, "cable:", 6)) { in pvr2fb_setup()
1049 strcpy(cable_arg, this_opt + 6); in pvr2fb_setup()
1050 } else if (!strncmp(this_opt, "output:", 7)) { in pvr2fb_setup()
1051 strcpy(output_arg, this_opt + 7); in pvr2fb_setup()
1052 } else if (!strncmp(this_opt, "nopan", 5)) { in pvr2fb_setup()
1054 } else if (!strncmp(this_opt, "nowrap", 6)) { in pvr2fb_setup()
1057 mode_option = this_opt; in pvr2fb_setup()