Lines Matching refs:this_opt
1585 char *this_opt, *endptr; in au1200fb_setup() local
1594 while ((this_opt = strsep(&options, ",")) != NULL) { in au1200fb_setup()
1597 if (!strncmp(this_opt, "panel:", 6)) { in au1200fb_setup()
1601 this_opt += 6; in au1200fb_setup()
1604 li = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1607 else if (strcmp(this_opt, "bs") == 0) in au1200fb_setup()
1611 if (!strcmp(this_opt, in au1200fb_setup()
1619 print_warn("Panel %s not supported!", this_opt); in au1200fb_setup()
1623 } else if (strncmp(this_opt, "nohwcursor", 10) == 0) in au1200fb_setup()
1625 else if (strncmp(this_opt, "devices:", 8) == 0) { in au1200fb_setup()
1626 this_opt += 8; in au1200fb_setup()
1627 device_count = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1631 } else if (strncmp(this_opt, "wincfg:", 7) == 0) { in au1200fb_setup()
1632 this_opt += 7; in au1200fb_setup()
1633 window_index = simple_strtol(this_opt, &endptr, 0); in au1200fb_setup()
1637 } else if (strncmp(this_opt, "off", 3) == 0) in au1200fb_setup()
1640 print_warn("Unsupported option \"%s\"", this_opt); in au1200fb_setup()