Lines Matching refs:this_opt
1277 char *this_opt; in sstfb_setup() local
1282 while ((this_opt = strsep(&options, ",")) != NULL) { in sstfb_setup()
1283 if (!*this_opt) continue; in sstfb_setup()
1285 f_ddprintk("option %s\n", this_opt); in sstfb_setup()
1287 if (!strcmp(this_opt, "vganopass")) in sstfb_setup()
1289 else if (!strcmp(this_opt, "vgapass")) in sstfb_setup()
1291 else if (!strcmp(this_opt, "clipping")) in sstfb_setup()
1293 else if (!strcmp(this_opt, "noclipping")) in sstfb_setup()
1295 else if (!strcmp(this_opt, "fastpci")) in sstfb_setup()
1297 else if (!strcmp(this_opt, "slowpci")) in sstfb_setup()
1299 else if (!strncmp(this_opt, "mem:",4)) in sstfb_setup()
1300 mem = simple_strtoul (this_opt+4, NULL, 0); in sstfb_setup()
1301 else if (!strncmp(this_opt, "gfxclk:",7)) in sstfb_setup()
1302 gfxclk = simple_strtoul (this_opt+7, NULL, 0); in sstfb_setup()
1304 mode_option = this_opt; in sstfb_setup()