Searched refs:VIDIOC_G_INPUT (Results 1 – 17 of 17) sorted by relevance
| /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 18 .. c:macro:: VIDIOC_G_INPUT 20 ``int ioctl(int fd, VIDIOC_G_INPUT, int *argp)`` 39 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer to an integer where the driver 45 input in an integer and call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer
|
| H A D | video.rst | 24 The :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and 27 applications call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` and 40 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &index)) { 41 perror("VIDIOC_G_INPUT");
|
| H A D | standard.rst | 117 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &input.index)) { 118 perror("VIDIOC_G_INPUT"); 157 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &input.index)) { 158 perror("VIDIOC_G_INPUT");
|
| H A D | audio.rst | 42 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
|
| H A D | app-pri.rst | 29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
|
| H A D | diff-v4l.rst | 170 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and 171 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
|
| H A D | v4l2.rst | 366 VIDIOC_G_INPUT and VIDIOC_S_PARM clarifications.
|
| H A D | hist-v4l2.rst | 43 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` to
|
| H A D | buffer.rst | 30 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 690 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls() 731 set_bit(_IOC_NR(VIDIOC_G_INPUT), valid_ioctls); in determine_valid_ioctls() 735 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
|
| H A D | v4l2-compat-ioctl32.c | 1506 case VIDIOC_G_INPUT32: ncmd = VIDIOC_G_INPUT; break; in do_video_ioctl()
|
| H A D | v4l2-ioctl.c | 2837 IOCTL_INFO(VIDIOC_G_INPUT, v4l_g_input, v4l_print_u32, 0),
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-streams.c | 247 v4l2_disable_ioctl(&s->vdev, VIDIOC_G_INPUT); 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 | 2377 #define VIDIOC_G_INPUT _IOR('V', 38, 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 | 2377 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2517 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2500 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro
|