Searched refs:fb_get_options (Results 1 – 25 of 100) sorted by relevance
1234
/Linux-v4.19/drivers/video/fbdev/core/ |
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-v4.19/drivers/video/fbdev/ |
D | skeletonfb.c | 896 if (fb_get_options("xxxfb", &option)) in xxxfb_init() 984 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 | 141 if (fb_get_options("q40fb", NULL)) in q40fb_init()
|
D | g364fb.c | 203 if (fb_get_options("g364fb", NULL)) in g364fb_init()
|
D | sunxvr1000.c | 195 if (fb_get_options("gfb", NULL)) in gfb_init()
|
D | fm2fb.c | 316 if (fb_get_options("fm2fb", &option)) in fm2fb_init()
|
D | sunxvr2500.c | 246 if (fb_get_options("s3d", NULL)) in s3d_init()
|
D | clps711xfb.c | 274 if (fb_get_options("clps711xfb", NULL)) in clps711x_fb_probe()
|
D | pmag-ba-fb.c | 280 if (fb_get_options("pmagbafb", NULL)) in pmagbafb_init()
|
D | dnfb.c | 289 if (fb_get_options("dnfb", NULL)) in dnfb_init()
|
D | pmag-aa-fb.c | 290 if (fb_get_options("pmagaafb", NULL)) in pmagaafb_init()
|
D | bw2.c | 388 if (fb_get_options("bw2fb", NULL)) in bw2_init()
|
D | p9100.c | 364 if (fb_get_options("p9100fb", NULL)) in p9100_init()
|
D | sunxvr500.c | 429 if (fb_get_options("e3d", NULL)) in e3d_init()
|
D | hpfb.c | 397 if (fb_get_options("hpfb", NULL)) in hpfb_init()
|
D | ocfb.c | 420 if (fb_get_options("ocfb", &option)) in ocfb_init()
|
D | cg3.c | 474 if (fb_get_options("cg3fb", NULL)) in cg3_init()
|
D | chipsfb.c | 506 if (fb_get_options("chipsfb", NULL)) in chips_init()
|
D | clps711x-fb.c | 223 if (fb_get_options(CLPS711X_FB_NAME, NULL)) in clps711x_fb_probe()
|
D | pmagb-b-fb.c | 398 if (fb_get_options("pmagbbfb", NULL)) in pmagbbfb_init()
|
D | vfb.c | 512 if (fb_get_options("vfb", &option)) in vfb_init()
|
D | tcx.c | 523 if (fb_get_options("tcxfb", NULL)) in tcx_init()
|
D | vesafb.c | 246 fb_get_options("vesafb", &option); in vesafb_probe()
|
D | hgafb.c | 630 if (fb_get_options("hgafb", NULL)) in hgafb_init()
|
1234