Searched refs:VIDIOC_S_INPUT (Results 1 – 12 of 12) 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 28 .. c:function:: int ioctl( int fd, VIDIOC_S_INPUT, int *argp ) 29 :name: VIDIOC_S_INPUT 52 input in an integer and call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer
|
| D | video.rst | 34 applications call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` and 72 if (-1 == ioctl(fd, VIDIOC_S_INPUT, &index)) { 73 perror("VIDIOC_S_INPUT");
|
| D | app-pri.rst | 36 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
|
| D | buffer.rst | 36 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or 74 :c:func:`VIDIOC_S_INPUT`, :c:func:`VIDIOC_S_OUTPUT`, :c:func:`VIDIOC_S_STD`
|
| D | diff-v4l.rst | 183 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
|
| D | hist-v4l2.rst | 137 VIDIOC_S_INPUT, VIDIOC_S_OUTPUT, VIDIOC_S_EFFECT. For example
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 1209 case VIDIOC_S_INPUT32: cmd = VIDIOC_S_INPUT; break; in do_video_ioctl() 1227 case VIDIOC_S_INPUT: in do_video_ioctl() 1392 case VIDIOC_S_INPUT: in do_video_ioctl()
|
| D | v4l2-dev.c | 707 SET_VALID_IOCTL(ops, VIDIOC_S_INPUT, vidioc_s_input); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2719 IOCTL_INFO(VIDIOC_S_INPUT, v4l_s_input, v4l_print_u32, INFO_FL_PRIO),
|
| /Linux-v5.4/drivers/media/pci/ivtv/ |
| D | ivtv-streams.c | 246 v4l2_disable_ioctl(&s->vdev, VIDIOC_S_INPUT); in ivtv_prep_dev()
|
| /Linux-v5.4/Documentation/media/ |
| D | videodev2.h.rst.exceptions | 551 replace ioctl VIDIOC_S_INPUT vidioc_g_input
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2441 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
|