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