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