Lines Matching refs:this_opt
212 char *this_opt; in vesafb_setup() local
217 while ((this_opt = strsep(&options, ",")) != NULL) { in vesafb_setup()
218 if (!*this_opt) continue; in vesafb_setup()
220 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
222 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
224 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
226 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
228 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
230 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
232 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
233 mtrr = simple_strtoul(this_opt+5, NULL, 0); in vesafb_setup()
234 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
236 else if (! strncmp(this_opt, "vtotal:", 7)) in vesafb_setup()
237 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
238 else if (! strncmp(this_opt, "vremap:", 7)) in vesafb_setup()
239 vram_remap = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()