Searched refs:def_mode (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/sh/boards/ |
| H A D | board-sh7785lcr.c | 170 .def_mode = &sm501_default_mode_pnl, 180 .def_mode = &sm501_default_mode_crt,
|
| /linux/drivers/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.h | 45 struct fb_videomode def_mode; member
|
| H A D | sh7760fb.c | 201 struct fb_videomode *vm = par->pd->def_mode; in sh7760fb_set_par() 484 fb_videomode_to_var(&info->var, par->pd->def_mode); in sh7760fb_probe()
|
| H A D | sm501fb.c | 1787 if (pd->def_mode) { in sm501fb_init_fb() 1789 fb_videomode_to_var(&fb->var, pd->def_mode); in sm501fb_init_fb()
|
| H A D | sh_mobile_lcdcfb.c | 2488 ch->tx_dev->def_mode = *mode; in sh_mobile_lcdc_channel_init()
|
| /linux/arch/sh/include/asm/ |
| H A D | sh7760fb.h | 142 struct fb_videomode *def_mode; member
|
| /linux/include/linux/ |
| H A D | sm501.h | 47 struct fb_videomode *def_mode; member
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb.h | 42 struct fb_videomode def_mode; /* mode of connected display */ member
|
| /linux/arch/sh/boards/mach-sh7763rdp/ |
| H A D | setup.c | 126 .def_mode = &sh7763fb_videomode,
|
| /linux/arch/sh/boards/mach-r2d/ |
| H A D | setup.c | 143 .def_mode = &sm501_default_mode,
|
| /linux/Documentation/fb/ |
| H A D | sh7760fb.rst | 92 .def_mode = &nl6448bc26,
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 32 static char *def_mode; variable 2154 str = kstrdup(def_mode, GFP_KERNEL); in omapfb_parse_def_modes() 2539 if (def_mode && strlen(def_mode) > 0) { in omapfb_probe() 2623 module_param_named(mode, def_mode, charp, 0);
|