Searched refs:VIDIOC_ENUMINPUT (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | video.rst | 18 :ref:`VIDIOC_ENUMINPUT` and 21 :ref:`VIDIOC_ENUMINPUT` ioctl also contains signal 48 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) { 49 perror("VIDIOC_ENUMINPUT");
|
D | vidioc-enuminput.rst | 6 ioctl VIDIOC_ENUMINPUT 12 VIDIOC_ENUMINPUT - Enumerate video inputs 18 .. c:function:: int ioctl( int fd, VIDIOC_ENUMINPUT, struct v4l2_input *argp ) 19 :name: VIDIOC_ENUMINPUT 37 :ref:`VIDIOC_ENUMINPUT` with a pointer to this structure. Drivers
|
D | standard.rst | 14 :ref:`VIDIOC_ENUMINPUT` and 122 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) { 162 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) {
|
D | querycap.rst | 27 example :ref:`VIDIOC_ENUMINPUT` to learn about the
|
D | vidioc-g-input.rst | 53 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
D | vidioc-g-edid.rst | 52 returned by :ref:`VIDIOC_ENUMINPUT` and 114 returned by :ref:`VIDIOC_ENUMINPUT` and
|
D | vidioc-g-std.rst | 58 video timings (e.g. if :ref:`VIDIOC_ENUMINPUT`
|
D | tuner.rst | 17 returned by the :ref:`VIDIOC_ENUMINPUT` ioctl is
|
D | vidioc-g-dv-timings.rst | 56 :ref:`VIDIOC_ENUMINPUT` does not set the
|
D | diff-v4l.rst | 174 :ref:`VIDIOC_ENUMINPUT`, 578 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
D | vidioc-g-tuner.rst | 234 description of ioctl :ref:`VIDIOC_ENUMINPUT`
|
D | hist-v4l2.rst | 44 :ref:`VIDIOC_ENUMINPUT`. A first draft of the
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 1187 case VIDIOC_ENUMINPUT32: cmd = VIDIOC_ENUMINPUT; break; in do_video_ioctl() 1304 case VIDIOC_ENUMINPUT: in do_video_ioctl() 1422 case VIDIOC_ENUMINPUT: in do_video_ioctl()
|
D | v4l2-dev.c | 693 SET_VALID_IOCTL(ops, VIDIOC_ENUMINPUT, vidioc_enum_input); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2607 IOCTL_INFO(VIDIOC_ENUMINPUT, v4l_enuminput, v4l_print_enuminput, INFO_FL_CLEAR(v4l2_input, index)),
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 238 v4l2_disable_ioctl(&s->vdev, VIDIOC_ENUMINPUT); in ivtv_prep_dev()
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 2338 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|