Lines Matching refs:this_opt
1280 char *this_opt; in sstfb_setup() local
1285 while ((this_opt = strsep(&options, ",")) != NULL) { in sstfb_setup()
1286 if (!*this_opt) continue; in sstfb_setup()
1288 f_ddprintk("option %s\n", this_opt); in sstfb_setup()
1290 if (!strcmp(this_opt, "vganopass")) in sstfb_setup()
1292 else if (!strcmp(this_opt, "vgapass")) in sstfb_setup()
1294 else if (!strcmp(this_opt, "clipping")) in sstfb_setup()
1296 else if (!strcmp(this_opt, "noclipping")) in sstfb_setup()
1298 else if (!strcmp(this_opt, "fastpci")) in sstfb_setup()
1300 else if (!strcmp(this_opt, "slowpci")) in sstfb_setup()
1302 else if (!strncmp(this_opt, "mem:",4)) in sstfb_setup()
1303 mem = simple_strtoul (this_opt+4, NULL, 0); in sstfb_setup()
1304 else if (!strncmp(this_opt, "gfxclk:",7)) in sstfb_setup()
1305 gfxclk = simple_strtoul (this_opt+7, NULL, 0); in sstfb_setup()
1307 mode_option = this_opt; in sstfb_setup()