Lines Matching refs:this_opt
2113 char *this_opt; in rivafb_setup() local
2119 while ((this_opt = strsep(&options, ",")) != NULL) { in rivafb_setup()
2120 if (!strncmp(this_opt, "forceCRTC", 9)) { in rivafb_setup()
2123 p = this_opt + 9; in rivafb_setup()
2128 } else if (!strncmp(this_opt, "flatpanel", 9)) { in rivafb_setup()
2130 } else if (!strncmp(this_opt, "backlight:", 10)) { in rivafb_setup()
2131 backlight = simple_strtoul(this_opt+10, NULL, 0); in rivafb_setup()
2132 } else if (!strncmp(this_opt, "nomtrr", 6)) { in rivafb_setup()
2134 } else if (!strncmp(this_opt, "strictmode", 10)) { in rivafb_setup()
2136 } else if (!strncmp(this_opt, "noaccel", 7)) { in rivafb_setup()
2139 mode_option = this_opt; in rivafb_setup()