Searched defs:v4l2_input (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
H A Dv4l.c114 static struct v4l2_input v4l2_input; variable in typeref:struct:v4l2_input
990 memset(&v4l2_input, 0, sizeof(v4l2_input));
1014 memset(&v4l2_input, 0, sizeof(v4l2_input));
1015 v4l2_input.index = i;
1016 if (ioctl(fd, VIDIOC_ENUMINPUT, &v4l2_input) == -1) {
1020 i, v4l2_input.name, v4l2_input
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h1208 struct v4l2_input { struct
2014 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input)

Completed in 76 milliseconds