Lines Matching refs:opt
1604 char *opt; in tridentfb_setup() local
1607 while ((opt = strsep(&options, ",")) != NULL) { in tridentfb_setup()
1608 if (!*opt) in tridentfb_setup()
1610 if (!strncmp(opt, "noaccel", 7)) in tridentfb_setup()
1612 else if (!strncmp(opt, "fp", 2)) in tridentfb_setup()
1614 else if (!strncmp(opt, "crt", 3)) in tridentfb_setup()
1616 else if (!strncmp(opt, "bpp=", 4)) in tridentfb_setup()
1617 bpp = simple_strtoul(opt + 4, NULL, 0); in tridentfb_setup()
1618 else if (!strncmp(opt, "center", 6)) in tridentfb_setup()
1620 else if (!strncmp(opt, "stretch", 7)) in tridentfb_setup()
1622 else if (!strncmp(opt, "memsize=", 8)) in tridentfb_setup()
1623 memsize = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
1624 else if (!strncmp(opt, "memdiff=", 8)) in tridentfb_setup()
1625 memdiff = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
1626 else if (!strncmp(opt, "nativex=", 8)) in tridentfb_setup()
1627 nativex = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()
1629 mode_option = opt; in tridentfb_setup()