Lines Matching refs:opt
1782 char *opt; in tridentfb_setup() local
1785 while ((opt = strsep(&options, ",")) != NULL) { in tridentfb_setup()
1786 if (!*opt) in tridentfb_setup()
1788 if (!strncmp(opt, "noaccel", 7)) in tridentfb_setup()
1790 else if (!strncmp(opt, "fp", 2)) in tridentfb_setup()
1792 else if (!strncmp(opt, "crt", 3)) in tridentfb_setup()
1794 else if (!strncmp(opt, "bpp=", 4)) in tridentfb_setup()
1795 bpp = simple_strtoul(opt + 4, NULL, 0); in tridentfb_setup()
1796 else if (!strncmp(opt, "center", 6)) in tridentfb_setup()
1798 else if (!strncmp(opt, "stretch", 7)) in tridentfb_setup()
1800 else if (!strncmp(opt, "memsize=", 8)) in tridentfb_setup()
1801 memsize = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
1802 else if (!strncmp(opt, "memdiff=", 8)) in tridentfb_setup()
1803 memdiff = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
1804 else if (!strncmp(opt, "nativex=", 8)) in tridentfb_setup()
1805 nativex = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
1807 mode_option = opt; in tridentfb_setup()