Searched refs:VIDIOC_G_INPUT (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-input.rst | 13 ioctl VIDIOC_G_INPUT, VIDIOC_S_INPUT 19 VIDIOC_G_INPUT - VIDIOC_S_INPUT - Query or select the current video input 25 .. c:function:: int ioctl( int fd, VIDIOC_G_INPUT, int *argp ) 26 :name: VIDIOC_G_INPUT 46 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer to an integer where the driver 52 input in an integer and call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer
|
| D | video.rst | 31 The :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and 34 applications call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` and 47 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &index)) { 48 perror("VIDIOC_G_INPUT");
|
| D | standard.rst | 124 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &input.index)) { 125 perror("VIDIOC_G_INPUT"); 164 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &input.index)) { 165 perror("VIDIOC_G_INPUT");
|
| D | audio.rst | 49 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
|
| D | app-pri.rst | 36 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
|
| D | diff-v4l.rst | 182 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and 183 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
|
| D | v4l2.rst | 371 VIDIOC_G_INPUT and VIDIOC_S_PARM clarifications.
|
| D | hist-v4l2.rst | 50 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` to
|
| D | buffer.rst | 36 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 1208 case VIDIOC_G_INPUT32: cmd = VIDIOC_G_INPUT; break; in do_video_ioctl() 1236 case VIDIOC_G_INPUT: in do_video_ioctl() 1394 case VIDIOC_G_INPUT: in do_video_ioctl()
|
| D | v4l2-dev.c | 706 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2718 IOCTL_INFO(VIDIOC_G_INPUT, v4l_stub_g_input, v4l_print_u32, 0),
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| D | ivtv-streams.c | 247 v4l2_disable_ioctl(&s->vdev, VIDIOC_G_INPUT); in ivtv_prep_dev()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2440 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro
|