Home
last modified time | relevance | path

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

/drivers/media/video/
DMakefile13 videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o v4l2-fh.o \
14 v4l2-event.o v4l2-ctrls.o v4l2-subdev.o
16 videodev-objs += v4l2-compat-ioctl32.o
21 obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-int-device.o
22 obj-$(CONFIG_VIDEO_V4L2_COMMON) += v4l2-common.o
138 obj-$(CONFIG_V4L2_MEM2MEM_DEV) += v4l2-mem2mem.o
DKconfig1070 This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
1081 This is a v4l2 driver for the i.MX3x Camera Sensor Interface
1088 This is a v4l2 driver for the PXA27x Quick Capture Interface
1094 This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
1101 This is a v4l2 driver for the SuperH Mobile CEU Interface
1109 This is a v4l2 driver for the TI OMAP1 camera interface
1116 This is a v4l2 driver for the TI OMAP2 camera capture interface
1127 This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
1137 This is a v4l2 driver for Samsung S5P and EXYNOS4 camera
1149 as a v4l2 device.
[all …]
/drivers/staging/media/solo6x10/
DMakefile1 solo6x10-y := core.o i2c.o p2m.o v4l2.o tw28.o gpio.o disp.o enc.o v4l2-enc.o g723.o
DTODO3 * Motion detection flags need to be moved to v4l2
4 * Some private CIDs need to be moved to v4l2
/drivers/media/radio/wl128x/
DKconfig14 this API and pointers to "v4l2" programs may be found at
/drivers/media/video/pvrusb2/
DMakefile9 pvrusb2-main.o pvrusb2-hdw.o pvrusb2-v4l2.o \
/drivers/staging/media/go7007/
DMakefile17 go7007-y := go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o \
Dgo7007.txt420 http://dl.bytesex.org/patches/2.6.11-2/v4l2-api-mpeg
/drivers/media/radio/
DKconfig77 RDS and RBDS signals as well. This module is the v4l2 radio
158 this API and pointers to "v4l2" programs may be found at
/drivers/media/video/bt8xx/
Dbttv-driver.c106 static unsigned int v4l2 = 1; variable
121 module_param(v4l2, int, 0644);
2616 if (0 == v4l2) in bttv_querycap()