| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H 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");
|
| H 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
|
| H 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)) {
|
| H A D | querycap.rst | 27 example :ref:`VIDIOC_ENUMINPUT` to learn about the
|
| H A D | vidioc-g-edid.rst | 53 returned by :ref:`VIDIOC_ENUMINPUT` and 114 returned by :ref:`VIDIOC_ENUMINPUT` and
|
| H A D | vidioc-g-input.rst | 53 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
| H A D | vidioc-g-std.rst | 60 video timings (e.g. if :ref:`VIDIOC_ENUMINPUT`
|
| H A D | tuner.rst | 17 returned by the :ref:`VIDIOC_ENUMINPUT` ioctl is
|
| H A D | vidioc-g-dv-timings.rst | 62 :ref:`VIDIOC_ENUMINPUT` does not set the
|
| H A D | diff-v4l.rst | 169 :ref:`VIDIOC_ENUMINPUT`, 556 :ref:`VIDIOC_ENUMINPUT` ioctl.
|
| H A D | vidioc-g-tuner.rst | 231 description of ioctl :ref:`VIDIOC_ENUMINPUT`
|
| H A D | hist-v4l2.rst | 44 :ref:`VIDIOC_ENUMINPUT`. A first draft of the
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 689 SET_VALID_IOCTL(ops, VIDIOC_ENUMINPUT, vidioc_enum_input); in determine_valid_ioctls() 730 set_bit(_IOC_NR(VIDIOC_ENUMINPUT), valid_ioctls); in determine_valid_ioctls() 734 SET_VALID_IOCTL(ops, VIDIOC_ENUMINPUT, vidioc_enum_input); in determine_valid_ioctls()
|
| H A D | v4l2-compat-ioctl32.c | 1494 case VIDIOC_ENUMINPUT32: ncmd = VIDIOC_ENUMINPUT; break; in do_video_ioctl()
|
| H A D | v4l2-ioctl.c | 2828 IOCTL_INFO(VIDIOC_ENUMINPUT, v4l_enuminput, v4l_print_enuminput, INFO_FL_CLEAR(v4l2_input, index)),
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 138 if ( ioctl(fd, VIDIOC_ENUMINPUT, &input) != 0) in deviceInit()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-streams.c | 245 v4l2_disable_ioctl(&s->vdev, VIDIOC_ENUMINPUT); in ivtv_prep_dev()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 2368 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 2368 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2508 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2491 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input) macro
|