Searched refs:VIDIOC_ENUMINPUT (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | video.rst | 25 :ref:`VIDIOC_ENUMINPUT` and 28 :ref:`VIDIOC_ENUMINPUT` ioctl also contains signal 55 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) { 56 perror("VIDIOC_ENUMINPUT");
|
| D | vidioc-enuminput.rst | 13 ioctl VIDIOC_ENUMINPUT 19 VIDIOC_ENUMINPUT - Enumerate video inputs 25 .. c:function:: int ioctl( int fd, VIDIOC_ENUMINPUT, struct v4l2_input *argp ) 26 :name: VIDIOC_ENUMINPUT 44 :ref:`VIDIOC_ENUMINPUT` with a pointer to this structure. Drivers
|
| D | standard.rst | 21 :ref:`VIDIOC_ENUMINPUT` and 129 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) { 169 if (-1 == ioctl(fd, VIDIOC_ENUMINPUT, &input)) {
|
| D | querycap.rst | 34 example :ref:`VIDIOC_ENUMINPUT` to learn about the
|
| D | vidioc-g-input.rst | 60 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
| D | vidioc-g-edid.rst | 59 returned by :ref:`VIDIOC_ENUMINPUT` and 121 returned by :ref:`VIDIOC_ENUMINPUT` and
|
| D | vidioc-g-std.rst | 65 video timings (e.g. if :ref:`VIDIOC_ENUMINPUT`
|
| D | tuner.rst | 24 returned by the :ref:`VIDIOC_ENUMINPUT` ioctl is
|
| D | vidioc-g-dv-timings.rst | 63 :ref:`VIDIOC_ENUMINPUT` does not set the
|
| D | diff-v4l.rst | 181 :ref:`VIDIOC_ENUMINPUT`, 585 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
| D | vidioc-g-tuner.rst | 241 description of ioctl :ref:`VIDIOC_ENUMINPUT`
|
| D | hist-v4l2.rst | 51 :ref:`VIDIOC_ENUMINPUT`. A first draft of the
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 1199 case VIDIOC_ENUMINPUT32: cmd = VIDIOC_ENUMINPUT; break; in do_video_ioctl() 1316 case VIDIOC_ENUMINPUT: in do_video_ioctl() 1434 case VIDIOC_ENUMINPUT: in do_video_ioctl()
|
| D | v4l2-dev.c | 705 SET_VALID_IOCTL(ops, VIDIOC_ENUMINPUT, vidioc_enum_input); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2709 IOCTL_INFO(VIDIOC_ENUMINPUT, v4l_enuminput, v4l_print_enuminput, INFO_FL_CLEAR(v4l2_input, index)),
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| D | ivtv-streams.c | 245 v4l2_disable_ioctl(&s->vdev, VIDIOC_ENUMINPUT); in ivtv_prep_dev()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2431 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|