Lines Matching refs:this_opt
1710 char *this_opt; in aty128fb_setup() local
1715 while ((this_opt = strsep(&options, ",")) != NULL) { in aty128fb_setup()
1716 if (!strncmp(this_opt, "lcd:", 4)) { in aty128fb_setup()
1717 default_lcd_on = simple_strtoul(this_opt+4, NULL, 0); in aty128fb_setup()
1719 } else if (!strncmp(this_opt, "crt:", 4)) { in aty128fb_setup()
1720 default_crt_on = simple_strtoul(this_opt+4, NULL, 0); in aty128fb_setup()
1722 } else if (!strncmp(this_opt, "backlight:", 10)) { in aty128fb_setup()
1724 backlight = simple_strtoul(this_opt+10, NULL, 0); in aty128fb_setup()
1729 if(!strncmp(this_opt, "nomtrr", 6)) { in aty128fb_setup()
1736 if (!strncmp(this_opt, "vmode:", 6)) { in aty128fb_setup()
1737 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in aty128fb_setup()
1741 } else if (!strncmp(this_opt, "cmode:", 6)) { in aty128fb_setup()
1742 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in aty128fb_setup()
1760 mode_option = this_opt; in aty128fb_setup()