Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Dvpbe.c29 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()
/OK3568_Linux_fs/kernel/arch/sh/boards/
H A Dboard-sh7785lcr.c170 .def_mode = &sm501_default_mode_pnl,
180 .def_mode = &sm501_default_mode_crt,
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov7725.c393 const struct ov7725_mode *def_mode = &supported_modes[0]; in ov7725_open() local
397 try_fmt->width = def_mode->width; in ov7725_open()
398 try_fmt->height = def_mode->height; in ov7725_open()
H A Dtp2855.c855 const struct tp2855_mode *def_mode = &supported_modes[0]; in tp2855_open() local
861 try_fmt->width = def_mode->width; in tp2855_open()
862 try_fmt->height = def_mode->height; in tp2855_open()
863 try_fmt->code = def_mode->bus_fmt; in tp2855_open()
H A Dsc035gs.c898 const struct sc035gs_mode *def_mode = &supported_modes[0]; in sc035gs_open() local
902 try_fmt->width = def_mode->width; in sc035gs_open()
903 try_fmt->height = def_mode->height; in sc035gs_open()
904 try_fmt->code = def_mode->bus_fmt; in sc035gs_open()
H A Dsc132gs.c1013 const struct sc132gs_mode *def_mode = &supported_modes[0]; in sc132gs_open() local
1017 try_fmt->width = def_mode->width; in sc132gs_open()
1018 try_fmt->height = def_mode->height; in sc132gs_open()
1019 try_fmt->code = def_mode->bus_fmt; in sc132gs_open()
H A Djx_k17.c934 const struct jx_k17_mode *def_mode = &supported_modes[0]; in jx_k17_open() local
938 try_fmt->width = def_mode->width; in jx_k17_open()
939 try_fmt->height = def_mode->height; in jx_k17_open()
940 try_fmt->code = def_mode->bus_fmt; in jx_k17_open()
H A Dov7251.c1369 const struct ov7251_mode *def_mode = &supported_modes[0]; in ov7251_open() local
1373 try_fmt->width = def_mode->width; in ov7251_open()
1374 try_fmt->height = def_mode->height; in ov7251_open()
1375 try_fmt->code = def_mode->bus_fmt; in ov7251_open()
H A Dos02g10.c880 const struct os02g10_mode *def_mode = &supported_modes[0]; in os02g10_open() local
884 try_fmt->width = def_mode->width; in os02g10_open()
885 try_fmt->height = def_mode->height; in os02g10_open()
886 try_fmt->code = def_mode->bus_fmt; in os02g10_open()
H A Dov4688.c1385 const struct ov4688_mode *def_mode = &supported_modes[0]; in ov4688_open() local
1389 try_fmt->width = def_mode->width; in ov4688_open()
1390 try_fmt->height = def_mode->height; in ov4688_open()
1391 try_fmt->code = def_mode->bus_fmt; in ov4688_open()
H A Dos03b10.c888 const struct os03b10_mode *def_mode = &supported_modes[0]; in os03b10_open() local
892 try_fmt->width = def_mode->width; in os03b10_open()
893 try_fmt->height = def_mode->height; in os03b10_open()
894 try_fmt->code = def_mode->bus_fmt; in os03b10_open()
H A Dsc4336.c1062 const struct sc4336_mode *def_mode = &supported_modes[0]; in sc4336_open() local
1066 try_fmt->width = def_mode->width; in sc4336_open()
1067 try_fmt->height = def_mode->height; in sc4336_open()
1068 try_fmt->code = def_mode->bus_fmt; in sc4336_open()
H A Dgc02m2.c955 const struct gc02m2_mode *def_mode = &supported_modes[0]; in gc02m2_open() local
959 try_fmt->width = def_mode->width; in gc02m2_open()
960 try_fmt->height = def_mode->height; in gc02m2_open()
961 try_fmt->code = def_mode->bus_fmt; in gc02m2_open()
H A Dsc5336.c1096 const struct sc5336_mode *def_mode = &supported_modes[0]; in sc5336_open() local
1100 try_fmt->width = def_mode->width; in sc5336_open()
1101 try_fmt->height = def_mode->height; in sc5336_open()
1102 try_fmt->code = def_mode->bus_fmt; in sc5336_open()
H A Dov02b10.c950 const struct ov02b10_mode *def_mode = &supported_modes[0]; in ov02b10_open() local
954 try_fmt->width = def_mode->width; in ov02b10_open()
955 try_fmt->height = def_mode->height; in ov02b10_open()
956 try_fmt->code = def_mode->bus_fmt; in ov02b10_open()
H A Dsc501ai.c888 const struct sc501ai_mode *def_mode = &supported_modes[0]; in sc501ai_open() local
892 try_fmt->width = def_mode->width; in sc501ai_open()
893 try_fmt->height = def_mode->height; in sc501ai_open()
894 try_fmt->code = def_mode->bus_fmt; in sc501ai_open()
H A Dimx323.c692 const struct imx323_mode *def_mode = &supported_modes[0]; in imx323_open() local
696 try_fmt->width = def_mode->width; in imx323_open()
697 try_fmt->height = def_mode->height; in imx323_open()
H A Dgc0403.c886 const struct gc0403_mode *def_mode = &supported_modes[1]; in gc0403_open() local
890 try_fmt->width = def_mode->width; in gc0403_open()
891 try_fmt->height = def_mode->height; in gc0403_open()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h45 struct fb_videomode def_mode; member
H A Dsh7760fb.c199 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()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dsh7760fb.h142 struct fb_videomode *def_mode; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dsm501.h50 struct fb_videomode *def_mode; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h42 struct fb_videomode def_mode; /* mode of connected display */ member
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c126 .def_mode = &sh7763fb_videomode,
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-r2d/
H A Dsetup.c143 .def_mode = &sm501_default_mode,

12345