Searched refs:fb_get_options (Results 1 – 25 of 94) sorted by relevance
1234
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_cmdline.c | 36 int fb_get_options(const char *name, char **option) in fb_get_options() function 61 EXPORT_SYMBOL(fb_get_options);
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | q40fb.c | 137 if (fb_get_options("q40fb", NULL)) in q40fb_init()
|
H A D | maxinefb.c | 120 if (fb_get_options("maxinefb", NULL)) in maxinefb_init()
|
H A D | skeletonfb.c | 903 if (fb_get_options("xxxfb", &option)) in xxxfb_init() 996 if (fb_get_options("xxxfb", &option)) in xxxfb_init()
|
H A D | g364fb.c | 178 if (fb_get_options("g364fb", NULL)) in g364fb_init()
|
H A D | fm2fb.c | 313 if (fb_get_options("fm2fb", &option)) in fm2fb_init()
|
H A D | sunxvr1000.c | 192 if (fb_get_options("gfb", NULL)) in gfb_init()
|
H A D | sunxvr2500.c | 250 if (fb_get_options("s3d", NULL)) in s3d_init()
|
H A D | pmag-ba-fb.c | 275 if (fb_get_options("pmagbafb", NULL)) in pmagbafb_init()
|
H A D | pmag-aa-fb.c | 285 if (fb_get_options("pmagaafb", NULL)) in pmagaafb_init()
|
H A D | dnfb.c | 290 if (fb_get_options("dnfb", NULL)) in dnfb_init()
|
H A D | p9100.c | 363 if (fb_get_options("p9100fb", NULL)) in p9100_init()
|
H A D | bw2.c | 387 if (fb_get_options("bw2fb", NULL)) in bw2_init()
|
H A D | sunxvr500.c | 435 if (fb_get_options("e3d", NULL)) in e3d_init()
|
H A D | hpfb.c | 398 if (fb_get_options("hpfb", NULL)) in hpfb_init()
|
H A D | pmagb-b-fb.c | 393 if (fb_get_options("pmagbbfb", NULL)) in pmagbbfb_init()
|
H A D | chipsfb.c | 515 if (fb_get_options("chipsfb", NULL)) in chips_init()
|
H A D | clps711x-fb.c | 219 if (fb_get_options(CLPS711X_FB_NAME, NULL)) in clps711x_fb_probe()
|
H A D | 68328fb.c | 420 if (fb_get_options("68328fb", &option)) in mc68x328fb_init()
|
H A D | cg3.c | 473 if (fb_get_options("cg3fb", NULL)) in cg3_init()
|
H A D | ocfb.c | 409 if (fb_get_options("ocfb", &option)) in ocfb_init()
|
H A D | vfb.c | 511 if (fb_get_options("vfb", &option)) in vfb_init()
|
H A D | hgafb.c | 633 if (fb_get_options("hgafb", NULL)) in hgafb_init()
|
/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | gx1fb_core.c | 451 if (fb_get_options("gx1fb", &option)) in gx1fb_init()
|
H A D | gxfb_core.c | 516 if (fb_get_options("gxfb", &option)) in gxfb_init()
|
1234