Searched refs:fb_get_options (Results 1 – 25 of 96) sorted by relevance
1234
/linux-6.1.9/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-6.1.9/drivers/video/fbdev/ |
D | skeletonfb.c | 903 if (fb_get_options("xxxfb", &option)) in xxxfb_init() 991 if (fb_get_options("xxxfb", &option)) in xxxfb_init()
|
D | q40fb.c | 140 if (fb_get_options("q40fb", NULL)) in q40fb_init()
|
D | maxinefb.c | 122 if (fb_get_options("maxinefb", NULL)) in maxinefb_init()
|
D | g364fb.c | 180 if (fb_get_options("g364fb", NULL)) in g364fb_init()
|
D | sunxvr1000.c | 194 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 | 250 if (fb_get_options("s3d", NULL)) in s3d_init()
|
D | pmag-ba-fb.c | 278 if (fb_get_options("pmagbafb", NULL)) in pmagbafb_init()
|
D | dnfb.c | 290 if (fb_get_options("dnfb", NULL)) in dnfb_init()
|
D | pmag-aa-fb.c | 288 if (fb_get_options("pmagaafb", NULL)) in pmagaafb_init()
|
D | p9100.c | 365 if (fb_get_options("p9100fb", NULL)) in p9100_init()
|
D | bw2.c | 389 if (fb_get_options("bw2fb", NULL)) in bw2_init()
|
D | hpfb.c | 398 if (fb_get_options("hpfb", NULL)) in hpfb_init()
|
D | sunxvr500.c | 433 if (fb_get_options("e3d", NULL)) in e3d_init()
|
D | 68328fb.c | 419 if (fb_get_options("68328fb", &option)) in mc68x328fb_init()
|
D | clps711x-fb.c | 219 if (fb_get_options(CLPS711X_FB_NAME, NULL)) in clps711x_fb_probe()
|
D | ocfb.c | 413 if (fb_get_options("ocfb", &option)) in ocfb_init()
|
D | cg3.c | 475 if (fb_get_options("cg3fb", NULL)) in cg3_init()
|
D | chipsfb.c | 509 if (fb_get_options("chipsfb", NULL)) in chips_init()
|
D | pmagb-b-fb.c | 396 if (fb_get_options("pmagbbfb", NULL)) in pmagbbfb_init()
|
D | vesafb.c | 254 fb_get_options("vesafb", &option); in vesafb_probe()
|
D | tcx.c | 524 if (fb_get_options("tcxfb", NULL)) in tcx_init()
|
D | hgafb.c | 635 if (fb_get_options("hgafb", NULL)) in hgafb_init()
|
/linux-6.1.9/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 515 if (fb_get_options("gxfb", &option)) in gxfb_init()
|
1234