Searched refs:fb_get_options (Results 1 - 25 of 191) sorted by relevance
12345678
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_cmdline.c | 25 * fb_get_options - get kernel boot parameters 36 int fb_get_options(const char *name, char **option) in fb_get_options() function 61 EXPORT_SYMBOL(fb_get_options); variable
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fb_cmdline.c | 27 * fb_get_options - get kernel boot parameters 35 int fb_get_options(const char *name, char **option) in fb_get_options() function 67 EXPORT_SYMBOL(fb_get_options); variable 77 * fb_get_options() as necessary.
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | skeletonfb.c | 896 if (fb_get_options("xxxfb", &option)) in xxxfb_init() 984 if (fb_get_options("xxxfb", &option)) in xxxfb_init()
|
H A D | maxinefb.c | 122 if (fb_get_options("maxinefb", NULL)) in maxinefb_init()
|
H A D | q40fb.c | 140 if (fb_get_options("q40fb", NULL)) in q40fb_init()
|
H A D | fm2fb.c | 316 if (fb_get_options("fm2fb", &option)) in fm2fb_init()
|
H A D | g364fb.c | 180 if (fb_get_options("g364fb", NULL)) in g364fb_init()
|
H A D | sunxvr1000.c | 194 if (fb_get_options("gfb", NULL)) in gfb_init()
|
H A D | pmag-ba-fb.c | 278 if (fb_get_options("pmagbafb", NULL)) in pmagbafb_init()
|
H A D | sunxvr2500.c | 245 if (fb_get_options("s3d", NULL)) in s3d_init()
|
H A D | dnfb.c | 290 if (fb_get_options("dnfb", NULL)) in dnfb_init()
|
H A D | pmag-aa-fb.c | 288 if (fb_get_options("pmagaafb", NULL)) in pmagaafb_init()
|
H A D | p9100.c | 365 if (fb_get_options("p9100fb", NULL)) in p9100_init()
|
H A D | 68328fb.c | 422 if (fb_get_options("68328fb", &option)) in mc68x328fb_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
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 | 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 | fm2fb.c | 313 if (fb_get_options("fm2fb", &option)) in fm2fb_init()
|
H A D | g364fb.c | 178 if (fb_get_options("g364fb", NULL)) in g364fb_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 | 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 | pmag-aa-fb.c | 285 if (fb_get_options("pmagaafb", NULL)) in pmagaafb_init()
|
Completed in 12 milliseconds
12345678