Lines Matching refs:this_opt
1582 char *this_opt, *endptr; in au1200fb_setup() local
1591 while ((this_opt = strsep(&options, ",")) != NULL) { in au1200fb_setup()
1594 if (!strncmp(this_opt, "panel:", 6)) { in au1200fb_setup()
1598 this_opt += 6; in au1200fb_setup()
1601 li = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1604 else if (strcmp(this_opt, "bs") == 0) in au1200fb_setup()
1608 if (!strcmp(this_opt, in au1200fb_setup()
1616 print_warn("Panel %s not supported!", this_opt); in au1200fb_setup()
1620 } else if (strncmp(this_opt, "nohwcursor", 10) == 0) in au1200fb_setup()
1622 else if (strncmp(this_opt, "devices:", 8) == 0) { in au1200fb_setup()
1623 this_opt += 8; in au1200fb_setup()
1624 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1628 } else if (strncmp(this_opt, "wincfg:", 7) == 0) { in au1200fb_setup()
1629 this_opt += 7; in au1200fb_setup()
1630 window_index = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1634 } else if (strncmp(this_opt, "off", 3) == 0) in au1200fb_setup()
1637 print_warn("Unsupported option \"%s\"", this_opt); in au1200fb_setup()