Searched refs:def_mode (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe.c | 41 static char *def_mode = VPBE_DEFAULT_MODE; variable 45 module_param(def_mode, charp, S_IRUGO); 49 MODULE_PARM_DESC(def_mode, "vpbe output mode name (default:ntsc"); 560 ret = vpbe_get_std_info_by_name(vpbe_dev, def_mode); in vpbe_set_default_mode() 759 printk(KERN_NOTICE "Setting default mode to %s\n", def_mode); in vpbe_initialize() 763 def_mode); in vpbe_initialize()
|
/linux-4.1.27/arch/sh/boards/ |
D | board-sh7785lcr.c | 172 .def_mode = &sm501_default_mode_pnl, 182 .def_mode = &sm501_default_mode_crt,
|
/linux-4.1.27/arch/sh/include/asm/ |
D | sh7760fb.h | 141 struct fb_videomode *def_mode; member
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.h | 44 struct fb_videomode def_mode; member
|
D | sh7760fb.c | 202 struct fb_videomode *vm = par->pd->def_mode; in sh7760fb_set_par() 488 fb_videomode_to_var(&info->var, par->pd->def_mode); in sh7760fb_probe()
|
D | sh_mipi_dsi.c | 391 ret = sh_mipi_setup(mipi, &entity->def_mode); in mipi_display_on()
|
D | sh_mobile_hdmi.c | 988 if (!found && hdmi->entity.def_mode.xres != 0) { in sh_hdmi_read_edid() 989 found = &hdmi->entity.def_mode; in sh_hdmi_read_edid()
|
D | sm501fb.c | 1768 if (pd->def_mode) { in sm501fb_init_fb() 1770 fb_videomode_to_var(&fb->var, pd->def_mode); in sm501fb_init_fb()
|
D | sh_mobile_lcdcfb.c | 2693 ch->tx_dev->def_mode = *mode; in sh_mobile_lcdc_channel_init()
|
/linux-4.1.27/include/linux/ |
D | sm501.h | 62 struct fb_videomode *def_mode; member
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 41 struct fb_videomode def_mode; /* mode of connected display */ member
|
/linux-4.1.27/arch/sh/boards/mach-sh7763rdp/ |
D | setup.c | 130 .def_mode = &sh7763fb_videomode,
|
/linux-4.1.27/arch/sh/boards/mach-r2d/ |
D | setup.c | 146 .def_mode = &sm501_default_mode,
|
/linux-4.1.27/Documentation/fb/ |
D | sh7760fb.txt | 91 .def_mode = &nl6448bc26,
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 43 static char *def_mode; variable 2173 str = kstrdup(def_mode, GFP_KERNEL); in omapfb_parse_def_modes() 2558 if (def_mode && strlen(def_mode) > 0) { in omapfb_probe() 2644 module_param_named(mode, def_mode, charp, 0);
|