Lines Matching refs:this_opt
2134 char *this_opt; in rivafb_setup() local
2140 while ((this_opt = strsep(&options, ",")) != NULL) { in rivafb_setup()
2141 if (!strncmp(this_opt, "forceCRTC", 9)) { in rivafb_setup()
2144 p = this_opt + 9; in rivafb_setup()
2149 } else if (!strncmp(this_opt, "flatpanel", 9)) { in rivafb_setup()
2151 } else if (!strncmp(this_opt, "backlight:", 10)) { in rivafb_setup()
2152 backlight = simple_strtoul(this_opt+10, NULL, 0); in rivafb_setup()
2154 } else if (!strncmp(this_opt, "nomtrr", 6)) { in rivafb_setup()
2157 } else if (!strncmp(this_opt, "strictmode", 10)) { in rivafb_setup()
2159 } else if (!strncmp(this_opt, "noaccel", 7)) { in rivafb_setup()
2162 mode_option = this_opt; in rivafb_setup()