| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | board-sh7785lcr.c | 170 .def_mode = &sm501_default_mode_pnl, 180 .def_mode = &sm501_default_mode_crt,
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov7725.c | 393 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 D | tp2855.c | 855 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 D | sc035gs.c | 898 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 D | sc132gs.c | 1013 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 D | jx_k17.c | 934 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 D | ov7251.c | 1369 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 D | os02g10.c | 880 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 D | ov4688.c | 1385 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 D | os03b10.c | 888 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 D | sc4336.c | 1062 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 D | gc02m2.c | 955 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 D | sc5336.c | 1096 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 D | ov02b10.c | 950 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 D | sc501ai.c | 888 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 D | imx323.c | 692 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 D | gc0403.c | 886 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 D | sh_mobile_lcdcfb.h | 45 struct fb_videomode def_mode; member
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | sh7760fb.h | 142 struct fb_videomode *def_mode; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sm501.h | 50 struct fb_videomode *def_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb.h | 42 struct fb_videomode def_mode; /* mode of connected display */ member
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-sh7763rdp/ |
| H A D | setup.c | 126 .def_mode = &sh7763fb_videomode,
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-r2d/ |
| H A D | setup.c | 143 .def_mode = &sm501_default_mode,
|