Searched refs:def_mode (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/drivers/media/platform/ti/davinci/ |
D | vpbe.c | 29 static char *def_mode = VPBE_DEFAULT_MODE; variable 33 module_param(def_mode, charp, S_IRUGO); 37 MODULE_PARM_DESC(def_mode, "vpbe output mode name (default:ntsc"); 522 ret = vpbe_get_std_info_by_name(vpbe_dev, def_mode); in vpbe_set_default_mode() 716 printk(KERN_NOTICE "Setting default mode to %s\n", def_mode); in vpbe_initialize() 720 def_mode); in vpbe_initialize()
|
/linux-5.19.10/arch/sh/boards/ |
D | board-sh7785lcr.c | 170 .def_mode = &sm501_default_mode_pnl, 180 .def_mode = &sm501_default_mode_crt,
|
/linux-5.19.10/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.h | 45 struct fb_videomode def_mode; member
|
D | sh7760fb.c | 199 struct fb_videomode *vm = par->pd->def_mode; in sh7760fb_set_par() 485 fb_videomode_to_var(&info->var, par->pd->def_mode); in sh7760fb_probe()
|
D | sm501fb.c | 1775 if (pd->def_mode) { in sm501fb_init_fb() 1777 fb_videomode_to_var(&fb->var, pd->def_mode); in sm501fb_init_fb()
|
D | sh_mobile_lcdcfb.c | 2501 ch->tx_dev->def_mode = *mode; in sh_mobile_lcdc_channel_init()
|
/linux-5.19.10/arch/sh/include/asm/ |
D | sh7760fb.h | 142 struct fb_videomode *def_mode; member
|
/linux-5.19.10/include/linux/ |
D | sm501.h | 50 struct fb_videomode *def_mode; member
|
/linux-5.19.10/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 42 struct fb_videomode def_mode; /* mode of connected display */ member
|
/linux-5.19.10/arch/sh/boards/mach-sh7763rdp/ |
D | setup.c | 126 .def_mode = &sh7763fb_videomode,
|
/linux-5.19.10/arch/sh/boards/mach-r2d/ |
D | setup.c | 143 .def_mode = &sm501_default_mode,
|
/linux-5.19.10/drivers/media/i2c/ |
D | ov5695.c | 1057 const struct ov5695_mode *def_mode = &supported_modes[0]; in ov5695_open() local 1061 try_fmt->width = def_mode->width; in ov5695_open() 1062 try_fmt->height = def_mode->height; in ov5695_open()
|
/linux-5.19.10/Documentation/fb/ |
D | sh7760fb.rst | 92 .def_mode = &nl6448bc26,
|
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/ |
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() 2625 module_param_named(mode, def_mode, charp, 0);
|