| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-input.rst | 7 ioctl VIDIOC_G_INPUT, VIDIOC_S_INPUT 13 VIDIOC_G_INPUT - VIDIOC_S_INPUT - Query or select the current video input 22 .. c:macro:: VIDIOC_S_INPUT 24 ``int ioctl(int fd, VIDIOC_S_INPUT, int *argp)`` 45 input in an integer and call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer
|
| H A D | video.rst | 27 applications call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` and 65 if (-1 == ioctl(fd, VIDIOC_S_INPUT, &index)) { 66 perror("VIDIOC_S_INPUT");
|
| H A D | app-pri.rst | 29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
|
| H A D | buffer.rst | 30 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or 67 :c:func:`VIDIOC_S_INPUT`, :c:func:`VIDIOC_S_OUTPUT`, :c:func:`VIDIOC_S_STD`
|
| H A D | diff-v4l.rst | 171 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
|
| H A D | hist-v4l2.rst | 125 VIDIOC_S_INPUT, VIDIOC_S_OUTPUT, VIDIOC_S_EFFECT. For example
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 691 SET_VALID_IOCTL(ops, VIDIOC_S_INPUT, vidioc_s_input); in determine_valid_ioctls() 732 set_bit(_IOC_NR(VIDIOC_S_INPUT), valid_ioctls); in determine_valid_ioctls() 736 SET_VALID_IOCTL(ops, VIDIOC_S_INPUT, vidioc_s_input); in determine_valid_ioctls()
|
| H A D | v4l2-compat-ioctl32.c | 1507 case VIDIOC_S_INPUT32: ncmd = VIDIOC_S_INPUT; break; in do_video_ioctl()
|
| H A D | v4l2-ioctl.c | 2838 IOCTL_INFO(VIDIOC_S_INPUT, v4l_s_input, v4l_print_u32, INFO_FL_PRIO),
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 144 if ((ioctl(fd, VIDIOC_S_INPUT, &input)) < 0) in deviceInit()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | videocapture.cpp | 75 if (-1 == ioctl(fd, VIDIOC_S_INPUT, &inp)) { in Init()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-streams.c | 246 v4l2_disable_ioctl(&s->vdev, VIDIOC_S_INPUT); in ivtv_prep_dev()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.cpp | 206 if (io_control (VIDIOC_S_INPUT, &_sensor_id) < 0) { in open()
|
| /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 | 2378 #define VIDIOC_S_INPUT _IOWR('V', 39, int) 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 | 2378 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 565 replace ioctl VIDIOC_S_INPUT vidioc_g_input
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2518 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2501 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
|