Searched refs:fb_get_options (Results 1 – 25 of 100) sorted by relevance
1234
/linux/drivers/video/fbdev/core/ |
A D | fb_cmdline.c | 35 int fb_get_options(const char *name, char **option) in fb_get_options() function 67 EXPORT_SYMBOL(fb_get_options);
|
/linux/drivers/video/fbdev/ |
A D | skeletonfb.c | 896 if (fb_get_options("xxxfb", &option)) in xxxfb_init() 984 if (fb_get_options("xxxfb", &option)) in xxxfb_init()
|
A D | q40fb.c | 140 if (fb_get_options("q40fb", NULL)) in q40fb_init()
|
A D | maxinefb.c | 122 if (fb_get_options("maxinefb", NULL)) in maxinefb_init()
|
A D | g364fb.c | 180 if (fb_get_options("g364fb", NULL)) in g364fb_init()
|
A D | sunxvr1000.c | 194 if (fb_get_options("gfb", NULL)) in gfb_init()
|
A D | fm2fb.c | 316 if (fb_get_options("fm2fb", &option)) in fm2fb_init()
|
A D | sunxvr2500.c | 245 if (fb_get_options("s3d", NULL)) in s3d_init()
|
A D | pmag-ba-fb.c | 278 if (fb_get_options("pmagbafb", NULL)) in pmagbafb_init()
|
A D | pmag-aa-fb.c | 288 if (fb_get_options("pmagaafb", NULL)) in pmagaafb_init()
|
A D | dnfb.c | 290 if (fb_get_options("dnfb", NULL)) in dnfb_init()
|
A D | p9100.c | 365 if (fb_get_options("p9100fb", NULL)) in p9100_init()
|
A D | bw2.c | 389 if (fb_get_options("bw2fb", NULL)) in bw2_init()
|
A D | chipsfb.c | 503 if (fb_get_options("chipsfb", NULL)) in chips_init()
|
A D | sunxvr500.c | 428 if (fb_get_options("e3d", NULL)) in e3d_init()
|
A D | hpfb.c | 398 if (fb_get_options("hpfb", NULL)) in hpfb_init()
|
A D | pmagb-b-fb.c | 396 if (fb_get_options("pmagbbfb", NULL)) in pmagbbfb_init()
|
A D | cg3.c | 475 if (fb_get_options("cg3fb", NULL)) in cg3_init()
|
A D | ocfb.c | 413 if (fb_get_options("ocfb", &option)) in ocfb_init()
|
A D | 68328fb.c | 422 if (fb_get_options("68328fb", &option)) in mc68x328fb_init()
|
A D | clps711x-fb.c | 219 if (fb_get_options(CLPS711X_FB_NAME, NULL)) in clps711x_fb_probe()
|
A D | vesafb.c | 248 fb_get_options("vesafb", &option); in vesafb_probe()
|
A D | tcx.c | 524 if (fb_get_options("tcxfb", NULL)) in tcx_init()
|
A D | vfb.c | 512 if (fb_get_options("vfb", &option)) in vfb_init()
|
/linux/drivers/video/fbdev/geode/ |
A D | gx1fb_core.c | 445 if (fb_get_options("gx1fb", &option)) in gx1fb_init()
|
Completed in 27 milliseconds
1234