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