Lines Matching refs:this_opt
1701 char *this_opt; in aty128fb_setup() local
1706 while ((this_opt = strsep(&options, ",")) != NULL) { in aty128fb_setup()
1707 if (!strncmp(this_opt, "lcd:", 4)) { in aty128fb_setup()
1708 default_lcd_on = simple_strtoul(this_opt+4, NULL, 0); in aty128fb_setup()
1710 } else if (!strncmp(this_opt, "crt:", 4)) { in aty128fb_setup()
1711 default_crt_on = simple_strtoul(this_opt+4, NULL, 0); in aty128fb_setup()
1713 } else if (!strncmp(this_opt, "backlight:", 10)) { in aty128fb_setup()
1715 backlight = simple_strtoul(this_opt+10, NULL, 0); in aty128fb_setup()
1719 if(!strncmp(this_opt, "nomtrr", 6)) { in aty128fb_setup()
1725 if (!strncmp(this_opt, "vmode:", 6)) { in aty128fb_setup()
1726 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in aty128fb_setup()
1730 } else if (!strncmp(this_opt, "cmode:", 6)) { in aty128fb_setup()
1731 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in aty128fb_setup()
1749 mode_option = this_opt; in aty128fb_setup()