/linux-2.6.39/drivers/media/video/gspca/ |
D | spca505.c | 62 static const struct v4l2_pix_format vga_mode[] = { variable 628 cam->cam_mode = vga_mode; in sd_config() 631 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config() 633 cam->nmodes = ARRAY_SIZE(vga_mode) - 1; in sd_config()
|
D | benq.c | 38 static const struct v4l2_pix_format vga_mode[] = { variable 74 gspca_dev->cam.cam_mode = vga_mode; in sd_config() 75 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sn9c2028.c | 46 static const struct v4l2_pix_format vga_mode[] = { variable 209 cam->cam_mode = vga_mode; in sd_config() 210 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | mars.c | 141 static const struct v4l2_pix_format vga_mode[] = { variable 260 cam->cam_mode = vga_mode; in sd_config() 261 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | stk014.c | 110 static const struct v4l2_pix_format vga_mode[] = { variable 301 gspca_dev->cam.cam_mode = vga_mode; in sd_config() 302 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | spca501.c | 135 static const struct v4l2_pix_format vga_mode[] = { variable 1925 cam->cam_mode = vga_mode; in sd_config() 1926 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | spca1528.c | 130 static const struct v4l2_pix_format vga_mode[] = { variable 299 gspca_dev->cam.cam_mode = vga_mode; in sd_config() 300 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | konica.c | 167 static const struct v4l2_pix_format vga_mode[] = { variable 245 gspca_dev->cam.cam_mode = vga_mode; in sd_config() 246 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | spca506.c | 113 static const struct v4l2_pix_format vga_mode[] = { variable 288 cam->cam_mode = vga_mode; in sd_config() 289 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | pac7311.c | 186 static const struct v4l2_pix_format vga_mode[] = { variable 395 cam->cam_mode = vga_mode; in sd_config() 396 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | nw80x.c | 166 static const struct v4l2_pix_format vga_mode[] = { variable 1822 gspca_dev->cam.cam_mode = vga_mode; in sd_config() 1827 gspca_dev->cam.nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | conex.c | 100 static const struct v4l2_pix_format vga_mode[] = { variable 822 cam->cam_mode = vga_mode; in sd_config() 823 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | spca500.c | 116 static const struct v4l2_pix_format vga_mode[] = { variable 636 cam->cam_mode = vga_mode; in sd_config() 637 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | etoms.c | 115 static const struct v4l2_pix_format vga_mode[] = { variable 640 cam->cam_mode = vga_mode; in sd_config() 641 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | mr97310a.c | 233 static const struct v4l2_pix_format vga_mode[] = { variable 486 cam->cam_mode = vga_mode; in sd_config() 487 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sq930x.c | 92 static struct v4l2_pix_format vga_mode[] = { variable 855 cam->cam_mode = vga_mode; in sd_config() 856 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sunplus.c | 129 static const struct v4l2_pix_format vga_mode[] = { variable 736 cam->cam_mode = vga_mode; in sd_config() 737 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | pac7302.c | 286 static const struct v4l2_pix_format vga_mode[] = { variable 527 cam->cam_mode = vga_mode; /* only 640x480 */ in sd_config() 528 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sonixb.c | 231 static const struct v4l2_pix_format vga_mode[] = { variable 1074 cam->cam_mode = vga_mode; in sd_config() 1075 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sonixj.c | 357 static const struct v4l2_pix_format vga_mode[] = { variable 1771 cam->cam_mode = vga_mode; in sd_config() 1772 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | sn9c20x.c | 361 static const struct v4l2_pix_format vga_mode[] = { variable 2067 cam->cam_mode = vga_mode; in sd_config() 2068 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_config()
|
D | zc3xx.c | 191 static const struct v4l2_pix_format vga_mode[] = { variable 6650 cam->cam_mode = vga_mode; in sd_init() 6651 cam->nmodes = ARRAY_SIZE(vga_mode); in sd_init()
|