Home
last modified time | relevance | path

Searched refs:def_mode (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/sh/boards/
H A Dboard-sh7785lcr.c170 .def_mode = &sm501_default_mode_pnl,
180 .def_mode = &sm501_default_mode_crt,
/openbmc/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h45 struct fb_videomode def_mode; member
H A Dsh7760fb.c201 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()
H A Dsm501fb.c1775 if (pd->def_mode) { in sm501fb_init_fb()
1777 fb_videomode_to_var(&fb->var, pd->def_mode); in sm501fb_init_fb()
H A Dsh_mobile_lcdcfb.c2498 ch->tx_dev->def_mode = *mode; in sh_mobile_lcdc_channel_init()
/openbmc/linux/arch/sh/include/asm/
H A Dsh7760fb.h142 struct fb_videomode *def_mode; member
/openbmc/linux/include/linux/
H A Dsm501.h50 struct fb_videomode *def_mode; member
/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h42 struct fb_videomode def_mode; /* mode of connected display */ member
/openbmc/linux/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c126 .def_mode = &sh7763fb_videomode,
/openbmc/linux/arch/sh/boards/mach-r2d/
H A Dsetup.c143 .def_mode = &sm501_default_mode,
/openbmc/linux/drivers/media/i2c/
H A Dov5695.c1057 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()
H A Dov8858.c1482 const struct ov8858_mode *def_mode = &ov8858_modes[0]; in ov8858_init_cfg() local
1486 .width = def_mode->width, in ov8858_init_cfg()
1487 .height = def_mode->height, in ov8858_init_cfg()
/openbmc/linux/Documentation/fb/
H A Dsh7760fb.rst92 .def_mode = &nl6448bc26,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c32 static char *def_mode; variable
2153 str = kstrdup(def_mode, GFP_KERNEL); in omapfb_parse_def_modes()
2538 if (def_mode && strlen(def_mode) > 0) { in omapfb_probe()
2622 module_param_named(mode, def_mode, charp, 0);