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