Searched refs:fb_get_options (Results 1 – 25 of 98) sorted by relevance
1234
/linux-3.4.99/drivers/video/ |
D | skeletonfb.c | 917 if (fb_get_options("xxxfb", &option)) in xxxfb_init() 1005 if (fb_get_options("xxxfb", &option)) in xxxfb_init()
|
D | maxinefb.c | 122 if (fb_get_options("maxinefb", NULL)) in maxinefb_init()
|
D | q40fb.c | 142 if (fb_get_options("q40fb", NULL)) in q40fb_init()
|
D | g364fb.c | 203 if (fb_get_options("g364fb", NULL)) in g364fb_init()
|
D | fm2fb.c | 318 if (fb_get_options("fm2fb", &option)) in fm2fb_init()
|
D | sunxvr1000.c | 212 if (fb_get_options("gfb", NULL)) in gfb_init()
|
D | pmag-ba-fb.c | 280 if (fb_get_options("pmagbafb", NULL)) in pmagbafb_init()
|
D | sunxvr2500.c | 257 if (fb_get_options("s3d", NULL)) in s3d_init()
|
D | dnfb.c | 288 if (fb_get_options("dnfb", NULL)) in dnfb_init()
|
D | clps711xfb.c | 366 if (fb_get_options("clps711xfb", NULL)) in clps711xfb_init()
|
D | bw2.c | 390 if (fb_get_options("bw2fb", NULL)) in bw2_init()
|
D | p9100.c | 367 if (fb_get_options("p9100fb", NULL)) in p9100_init()
|
D | hpfb.c | 386 if (fb_get_options("hpfb", NULL)) in hpfb_init()
|
D | cg3.c | 476 if (fb_get_options("cg3fb", NULL)) in cg3_init()
|
D | chipsfb.c | 507 if (fb_get_options("chipsfb", NULL)) in chips_init()
|
D | igafb.c | 379 if (fb_get_options("igafb", NULL)) in igafb_init()
|
D | pmagb-b-fb.c | 399 if (fb_get_options("pmagbbfb", NULL)) in pmagbbfb_init()
|
D | sunxvr500.c | 441 if (fb_get_options("e3d", NULL)) in e3d_init()
|
D | 68328fb.c | 440 if (fb_get_options("68328fb", &option)) in mc68x328fb_init()
|
D | hgafb.c | 632 if (fb_get_options("hgafb", NULL)) in hgafb_init()
|
D | tcx.c | 526 if (fb_get_options("tcxfb", NULL)) in tcx_init()
|
D | vesafb.c | 512 fb_get_options("vesafb", &option); in vesafb_init()
|
/linux-3.4.99/drivers/video/pnx4008/ |
D | pnxrgbfb.c | 154 if (!fb_get_options("pnxrgbfb", &option) && option && in rgbfb_probe()
|
/linux-3.4.99/drivers/video/geode/ |
D | gx1fb_core.c | 452 if (fb_get_options("gx1fb", &option)) in gx1fb_init()
|
D | gxfb_core.c | 526 if (fb_get_options("gxfb", &option)) in gxfb_init()
|
1234