Lines Matching refs:this_opt
204 char *this_opt; in vesafb_setup() local
209 while ((this_opt = strsep(&options, ",")) != NULL) { in vesafb_setup()
210 if (!*this_opt) continue; in vesafb_setup()
212 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
214 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
216 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
218 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
220 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
222 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
224 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
225 mtrr = simple_strtoul(this_opt+5, NULL, 0); in vesafb_setup()
226 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
228 else if (! strncmp(this_opt, "vtotal:", 7)) in vesafb_setup()
229 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
230 else if (! strncmp(this_opt, "vremap:", 7)) in vesafb_setup()
231 vram_remap = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()