Lines Matching refs:this_opt
211 char *this_opt; in vesafb_setup() local
216 while ((this_opt = strsep(&options, ",")) != NULL) { in vesafb_setup()
217 if (!*this_opt) continue; in vesafb_setup()
219 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
221 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
223 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
225 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
227 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
229 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
231 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
232 mtrr = simple_strtoul(this_opt+5, NULL, 0); in vesafb_setup()
233 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
235 else if (! strncmp(this_opt, "vtotal:", 7)) in vesafb_setup()
236 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
237 else if (! strncmp(this_opt, "vremap:", 7)) in vesafb_setup()
238 vram_remap = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()