Searched refs:VIDIOC_ENUMINPUT (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
A 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");
|
A D | vidioc-enuminput.rst | 7 ioctl VIDIOC_ENUMINPUT 13 VIDIOC_ENUMINPUT - Enumerate video inputs 18 .. c:macro:: VIDIOC_ENUMINPUT 20 ``int ioctl(int fd, VIDIOC_ENUMINPUT, struct v4l2_input *argp)`` 36 :ref:`VIDIOC_ENUMINPUT` with a pointer to this structure. Drivers
|
A D | standard.rst | 14 :ref:`VIDIOC_ENUMINPUT` and 122 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) { 162 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) {
|
A D | querycap.rst | 27 example :ref:`VIDIOC_ENUMINPUT` to learn about the
|
A D | vidioc-g-edid.rst | 53 returned by :ref:`VIDIOC_ENUMINPUT` and 114 returned by :ref:`VIDIOC_ENUMINPUT` and
|
A D | vidioc-g-input.rst | 53 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
A D | vidioc-g-std.rst | 60 video timings (e.g. if :ref:`VIDIOC_ENUMINPUT`
|
A D | tuner.rst | 17 returned by the :ref:`VIDIOC_ENUMINPUT` ioctl is
|
A D | vidioc-g-dv-timings.rst | 62 :ref:`VIDIOC_ENUMINPUT` does not set the
|
A D | diff-v4l.rst | 177 :ref:`VIDIOC_ENUMINPUT`, 564 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
A D | vidioc-g-tuner.rst | 231 description of ioctl :ref:`VIDIOC_ENUMINPUT`
|
A D | hist-v4l2.rst | 44 :ref:`VIDIOC_ENUMINPUT`. A first draft of the
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dev.c | 692 SET_VALID_IOCTL(ops, VIDIOC_ENUMINPUT, vidioc_enum_input); in determine_valid_ioctls() 733 set_bit(_IOC_NR(VIDIOC_ENUMINPUT), valid_ioctls); in determine_valid_ioctls() 737 SET_VALID_IOCTL(ops, VIDIOC_ENUMINPUT, vidioc_enum_input); in determine_valid_ioctls()
|
A D | v4l2-compat-ioctl32.c | 924 return VIDIOC_ENUMINPUT; in v4l2_compat_translate_cmd()
|
A D | v4l2-ioctl.c | 2775 IOCTL_INFO(VIDIOC_ENUMINPUT, v4l_enuminput, v4l_print_enuminput, INFO_FL_CLEAR(v4l2_input, index)),
|
/linux/drivers/media/pci/ivtv/ |
A D | ivtv-streams.c | 245 v4l2_disable_ioctl(&s->vdev, VIDIOC_ENUMINPUT); in ivtv_prep_dev()
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 2549 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|
Completed in 36 milliseconds