Searched refs:def_mode (Results 1 – 9 of 9) sorted by relevance
| /drivers/video/fbdev/ |
| A D | sh_mobile_lcdcfb.h | 45 struct fb_videomode def_mode; member
|
| 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()
|
| 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()
|
| A D | sh_mobile_lcdcfb.c | 2485 ch->tx_dev->def_mode = *mode; in sh_mobile_lcdc_channel_init()
|
| /drivers/video/fbdev/mb862xx/ |
| A D | mb862xxfb.h | 42 struct fb_videomode def_mode; /* mode of connected display */ member
|
| /drivers/media/i2c/ |
| A D | ov5695.c | 1043 const struct ov5695_mode *def_mode = &supported_modes[0]; in ov5695_open() local 1047 try_fmt->width = def_mode->width; in ov5695_open() 1048 try_fmt->height = def_mode->height; in ov5695_open()
|
| A D | ov8858.c | 1481 const struct ov8858_mode *def_mode = &ov8858_modes[0]; in ov8858_init_state() local 1485 .width = def_mode->width, in ov8858_init_state() 1486 .height = def_mode->height, in ov8858_init_state()
|
| A D | vd56g3.c | 1033 unsigned int def_mode = VD56G3_DEFAULT_MODE; in vd56g3_init_state() local 1039 .width = vd56g3_supported_modes[def_mode].width, in vd56g3_init_state() 1040 .height = vd56g3_supported_modes[def_mode].height, in vd56g3_init_state()
|
| /drivers/video/fbdev/omap2/omapfb/ |
| 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);
|
Completed in 36 milliseconds