Home
last modified time | relevance | path

Searched refs:v4l2 (Results 1 – 21 of 21) sorted by relevance

/drivers/media/usb/em28xx/
Dem28xx-video.c147 struct em28xx_v4l2 *v4l2 = dev->v4l2; in norm_maxw() local
150 return v4l2->sensor_xres; in norm_maxw()
160 struct em28xx_v4l2 *v4l2 = dev->v4l2; in norm_maxh() local
163 return v4l2->sensor_yres; in norm_maxh()
168 return (v4l2->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh()
196 struct v4l2_device *v4l2_dev = &dev->v4l2->v4l2_dev; in em28xx_wake_i2c()
225 struct em28xx_v4l2 *v4l2 = dev->v4l2; in em28xx_set_outfmt() local
227 fmt = v4l2->format->reg; in em28xx_set_outfmt()
243 ret = em28xx_write_reg(dev, EM28XX_R10_VINMODE, v4l2->vinmode); in em28xx_set_outfmt()
247 vinctrl = v4l2->vinctl; in em28xx_set_outfmt()
[all …]
Dem28xx-camera.c333 struct em28xx_v4l2 *v4l2 = dev->v4l2; in em28xx_init_camera() local
338 v4l2->clk = v4l2_clk_register_fixed(clk_name, "mclk", -EINVAL); in em28xx_init_camera()
339 if (IS_ERR(v4l2->clk)) in em28xx_init_camera()
340 return PTR_ERR(v4l2->clk); in em28xx_init_camera()
352 v4l2->sensor_xres = 640; in em28xx_init_camera()
353 v4l2->sensor_yres = 480; in em28xx_init_camera()
366 v4l2->sensor_xtal = 4300000; in em28xx_init_camera()
367 pdata.xtal = v4l2->sensor_xtal; in em28xx_init_camera()
369 v4l2_i2c_new_subdev_board(&v4l2->v4l2_dev, adap, in em28xx_init_camera()
375 v4l2->vinmode = 0x0d; in em28xx_init_camera()
[all …]
Dem28xx-vbi.c39 struct em28xx_v4l2 *v4l2 = dev->v4l2; in vbi_queue_setup() local
45 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_queue_setup()
63 struct em28xx_v4l2 *v4l2 = dev->v4l2; in vbi_buffer_prepare() local
67 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_buffer_prepare()
Dem28xx.h602 struct em28xx_v4l2 *v4l2; member
/drivers/media/v4l2-core/
DMakefile7 videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o v4l2-fh.o \
8 v4l2-event.o v4l2-ctrls.o v4l2-subdev.o v4l2-clk.o \
9 v4l2-async.o
11 videodev-objs += v4l2-compat-ioctl32.o
14 videodev-objs += v4l2-of.o
18 obj-$(CONFIG_VIDEO_V4L2) += v4l2-common.o
19 obj-$(CONFIG_VIDEO_V4L2) += v4l2-dv-timings.o
23 obj-$(CONFIG_V4L2_MEM2MEM_DEV) += v4l2-mem2mem.o
DKconfig42 # Used by drivers that need v4l2-mem2mem.ko
/drivers/media/platform/soc_camera/
DKconfig27 This is a v4l2 driver for the i.MX3x Camera Sensor Interface
34 This is a v4l2 driver for the PXA27x Quick Capture Interface
44 This is a v4l2 driver for the R-Car VIN Interface
51 This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
61 This is a v4l2 driver for the SuperH Mobile CEU Interface
71 This is a v4l2 driver for the TI OMAP1 camera interface
80 This is a v4l2 driver for the i.MX27 Camera Sensor Interface
90 as a v4l2 device.
/drivers/media/pci/solo6x10/
DMakefile1 solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-p2m.o solo6x10-v4l2.o \
3 solo6x10-v4l2-enc.o solo6x10-g723.o solo6x10-eeprom.o
/drivers/media/usb/au0828/
DKconfig20 bool "Auvitek AU0828 v4l2 analog video support"
28 Choose Y here to include support for v4l2 analog video
/drivers/media/platform/
DKconfig118 This is a v4l2 driver for s3c24xx and s3c64xx SoC series camera
173 This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
184 This is a v4l2 driver for Samsung S5P, EXYNOS3250
217 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
/drivers/staging/media/omap24xx/
DMakefile5 obj-$(CONFIG_VIDEO_V4L2_INT_DEVICE) += v4l2-int-device.o
DKconfig10 This is a v4l2 driver for the TI OMAP2 camera capture interface
/drivers/media/usb/go7007/
DMakefile6 go7007-y := go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o \
/drivers/media/
DMakefile21 obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
DKconfig117 source "drivers/media/v4l2-core/Kconfig"
/drivers/media/radio/wl128x/
DKconfig14 this API and pointers to "v4l2" programs may be found at
/drivers/media/usb/pvrusb2/
DMakefile9 pvrusb2-main.o pvrusb2-hdw.o pvrusb2-v4l2.o \
/drivers/staging/media/bcm2048/
DTODO6 control framework (see Documentation/video4linux/v4l2-controls.txt).
/drivers/media/radio/si4713/
DKconfig36 RDS and RBDS signals as well. This module is the v4l2 radio
/drivers/media/radio/
DKconfig41 this API and pointers to "v4l2" programs may be found at
223 this API and pointers to "v4l2" programs may be found at
/drivers/media/pci/bt8xx/
Dbttv-driver.c107 static unsigned int v4l2 = 1; variable
122 module_param(v4l2, int, 0644);
2485 if (0 == v4l2) in bttv_querycap()