| /linux/drivers/video/fbdev/ |
| H A D | fm2fb.c | 295 char *this_opt; in fm2fb_setup() local 300 while ((this_opt = strsep(&options, ",")) != NULL) { in fm2fb_setup() 301 if (!strncmp(this_opt, "pal", 3)) in fm2fb_setup() 303 else if (!strncmp(this_opt, "ntsc", 4)) in fm2fb_setup()
|
| H A D | valkyriefb.c | 549 char *this_opt; in valkyriefb_setup() local 554 while ((this_opt = strsep(&options, ",")) != NULL) { in valkyriefb_setup() 555 if (!strncmp(this_opt, "vmode:", 6)) { in valkyriefb_setup() 556 int vmode = simple_strtoul(this_opt+6, NULL, 0); in valkyriefb_setup() 560 else if (!strncmp(this_opt, "cmode:", 6)) { in valkyriefb_setup() 561 int depth = simple_strtoul(this_opt+6, NULL, 0); in valkyriefb_setup()
|
| H A D | vfb.c | 397 char *this_opt; in vfb_setup() local 409 while ((this_opt = strsep(&options, ",")) != NULL) { in vfb_setup() 410 if (!*this_opt) in vfb_setup() 413 if (!strcmp(this_opt, "disable")) in vfb_setup() 416 mode_option = this_opt; in vfb_setup()
|
| H A D | gbefb.c | 1090 char *this_opt; in gbefb_setup() local 1095 while ((this_opt = strsep(&options, ",")) != NULL) { in gbefb_setup() 1096 if (!strncmp(this_opt, "monitor:", 8)) { in gbefb_setup() 1097 if (!strncmp(this_opt + 8, "crt", 3)) { in gbefb_setup() 1101 } else if (!strncmp(this_opt + 8, "1600sw", 6) || in gbefb_setup() 1102 !strncmp(this_opt + 8, "lcd", 3)) { in gbefb_setup() 1107 } else if (!strncmp(this_opt, "mem:", 4)) { in gbefb_setup() 1108 gbe_mem_size = memparse(this_opt + 4, &this_opt); in gbefb_setup() 1114 mode_option = this_opt; in gbefb_setup()
|
| H A D | imsttfb.c | 1572 char *this_opt; in imsttfb_setup() local 1577 while ((this_opt = strsep(&options, ",")) != NULL) { in imsttfb_setup() 1578 if (!strncmp(this_opt, "font:", 5)) { in imsttfb_setup() 1582 p = this_opt + 5; in imsttfb_setup() 1586 memcpy(fontname, this_opt + 5, i); in imsttfb_setup() 1588 } else if (!strncmp(this_opt, "inverse", 7)) { in imsttfb_setup() 1593 else if (!strncmp(this_opt, "vmode:", 6)) { in imsttfb_setup() 1594 int vmode = simple_strtoul(this_opt+6, NULL, 0); in imsttfb_setup() 1597 } else if (!strncmp(this_opt, "cmode:", 6)) { in imsttfb_setup() 1598 int cmode = simple_strtoul(this_opt+6, NULL, 0); in imsttfb_setup()
|
| H A D | controlfb.c | 799 char *this_opt; in control_setup() local 804 while ((this_opt = strsep(&options, ",")) != NULL) { in control_setup() 805 if (!strncmp(this_opt, "vmode:", 6)) { in control_setup() 806 int vmode = simple_strtoul(this_opt+6, NULL, 0); in control_setup() 810 } else if (!strncmp(this_opt, "cmode:", 6)) { in control_setup() 811 int depth = simple_strtoul(this_opt+6, NULL, 0); in control_setup()
|
| H A D | pm2fb.c | 1776 char *this_opt; in pm2fb_setup() local 1781 while ((this_opt = strsep(&options, ",")) != NULL) { in pm2fb_setup() 1782 if (!*this_opt) in pm2fb_setup() 1784 if (!strcmp(this_opt, "lowhsync")) in pm2fb_setup() 1786 else if (!strcmp(this_opt, "lowvsync")) in pm2fb_setup() 1788 else if (!strncmp(this_opt, "hwcursor=", 9)) in pm2fb_setup() 1789 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup() 1790 else if (!strncmp(this_opt, "nomtrr", 6)) in pm2fb_setup() 1792 else if (!strncmp(this_opt, "noaccel", 7)) in pm2fb_setup() 1795 mode_option = this_opt; in pm2fb_setup()
|
| H A D | tgafb.c | 1581 char *this_opt; local 1584 while ((this_opt = strsep(&arg, ","))) { 1585 if (!*this_opt) 1587 if (!strncmp(this_opt, "mode:", 5)) 1588 mode_option = this_opt+5; 1592 this_opt);
|
| H A D | amifb.c | 2350 char *this_opt; in amifb_setup() local 2355 while ((this_opt = strsep(&options, ",")) != NULL) { in amifb_setup() 2356 if (!*this_opt) in amifb_setup() 2358 if (!strcmp(this_opt, "inverse")) { in amifb_setup() 2360 } else if (!strcmp(this_opt, "ilbm")) in amifb_setup() 2362 else if (!strncmp(this_opt, "monitorcap:", 11)) in amifb_setup() 2363 amifb_setup_mcap(this_opt + 11); in amifb_setup() 2364 else if (!strncmp(this_opt, "fstart:", 7)) in amifb_setup() 2365 min_fstrt = simple_strtoul(this_opt + 7, NULL, 0); in amifb_setup() 2367 mode_option = this_opt; in amifb_setup()
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 1965 char *this_opt, *suffix = NULL; in i810fb_setup() local 1970 while ((this_opt = strsep(&options, ",")) != NULL) { in i810fb_setup() 1971 if (!strncmp(this_opt, "mtrr", 4)) in i810fb_setup() 1973 else if (!strncmp(this_opt, "accel", 5)) in i810fb_setup() 1975 else if (!strncmp(this_opt, "extvga", 6)) in i810fb_setup() 1977 else if (!strncmp(this_opt, "sync", 4)) in i810fb_setup() 1979 else if (!strncmp(this_opt, "vram:", 5)) in i810fb_setup() 1980 vram = (simple_strtoul(this_opt+5, NULL, 0)); in i810fb_setup() 1981 else if (!strncmp(this_opt, "voffset:", 8)) in i810fb_setup() 1982 voffset = (simple_strtoul(this_opt+8, NULL, 0)); in i810fb_setup() [all …]
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | omapfb_main.c | 1841 char *this_opt = NULL; in omapfb_setup() local 1849 while (!r && (this_opt = strsep(&options, ",")) != NULL) { in omapfb_setup() 1850 if (!strncmp(this_opt, "accel", 5)) in omapfb_setup() 1852 else if (!strncmp(this_opt, "vram:", 5)) { in omapfb_setup() 1856 vram = memparse(this_opt + 5, &suffix); in omapfb_setup() 1867 else if (!strncmp(this_opt, "vxres:", 6)) in omapfb_setup() 1868 def_vxres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup() 1869 else if (!strncmp(this_opt, "vyres:", 6)) in omapfb_setup() 1870 def_vyres = simple_strtoul(this_opt + 6, NULL, 0); in omapfb_setup() 1871 else if (!strncmp(this_opt, "rotate:", 7)) in omapfb_setup() [all …]
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 489 static int __init fb_console_setup(char *this_opt) in fb_console_setup() argument 494 if (!this_opt || !*this_opt) in fb_console_setup() 497 while ((options = strsep(&this_opt, ",")) != NULL) { in fb_console_setup()
|