Lines Matching refs:this_opt
1581 char *this_opt, *endptr; in au1200fb_setup() local
1590 while ((this_opt = strsep(&options, ",")) != NULL) { in au1200fb_setup()
1593 if (!strncmp(this_opt, "panel:", 6)) { in au1200fb_setup()
1597 this_opt += 6; in au1200fb_setup()
1600 li = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1603 else if (strcmp(this_opt, "bs") == 0) in au1200fb_setup()
1607 if (!strcmp(this_opt, in au1200fb_setup()
1615 print_warn("Panel %s not supported!", this_opt); in au1200fb_setup()
1619 } else if (strncmp(this_opt, "nohwcursor", 10) == 0) in au1200fb_setup()
1621 else if (strncmp(this_opt, "devices:", 8) == 0) { in au1200fb_setup()
1622 this_opt += 8; in au1200fb_setup()
1623 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1627 } else if (strncmp(this_opt, "wincfg:", 7) == 0) { in au1200fb_setup()
1628 this_opt += 7; in au1200fb_setup()
1629 window_index = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1633 } else if (strncmp(this_opt, "off", 3) == 0) in au1200fb_setup()
1636 print_warn("Unsupported option \"%s\"", this_opt); in au1200fb_setup()