Lines Matching refs:this_opt
2274 char *this_opt; in rivafb_setup() local
2279 while ((this_opt = strsep(&options, ",")) != NULL) { in rivafb_setup()
2280 if (!*this_opt) in rivafb_setup()
2282 if (!strncmp(this_opt, "font:", 5)) { in rivafb_setup()
2286 p = this_opt + 5; in rivafb_setup()
2290 memcpy(fontname, this_opt + 5, i); in rivafb_setup()
2293 } else if (!strncmp(this_opt, "noblink", 7)) { in rivafb_setup()
2295 } else if (!strncmp(this_opt, "noaccel", 7)) { in rivafb_setup()
2297 } else if (!strncmp(this_opt, "nomove", 6)) { in rivafb_setup()
2300 } else if (!strncmp(this_opt, "nomtrr", 6)) { in rivafb_setup()
2303 } else if (!strncmp(this_opt, "nohwcursor", 10)) { in rivafb_setup()
2306 mode_option = this_opt; in rivafb_setup()