Lines Matching refs:this_opt
196 char *this_opt; in vesafb_setup() local
201 while ((this_opt = strsep(&options, ",")) != NULL) { in vesafb_setup()
202 if (!*this_opt) continue; in vesafb_setup()
204 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
206 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
208 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
210 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
212 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
214 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
216 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
217 mtrr = simple_strtoul(this_opt+5, NULL, 0); in vesafb_setup()
218 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
220 else if (! strncmp(this_opt, "vtotal:", 7)) in vesafb_setup()
221 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
222 else if (! strncmp(this_opt, "vremap:", 7)) in vesafb_setup()
223 vram_remap = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()