Searched refs:VIDIOC_S_INPUT (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
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
|
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");
|
A D | app-pri.rst | 29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
|
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`
|
A D | diff-v4l.rst | 179 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
|
A D | hist-v4l2.rst | 125 VIDIOC_S_INPUT, VIDIOC_S_OUTPUT, VIDIOC_S_EFFECT. For example
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dev.c | 694 SET_VALID_IOCTL(ops, VIDIOC_S_INPUT, vidioc_s_input); in determine_valid_ioctls() 735 set_bit(_IOC_NR(VIDIOC_S_INPUT), valid_ioctls); in determine_valid_ioctls() 739 SET_VALID_IOCTL(ops, VIDIOC_S_INPUT, vidioc_s_input); in determine_valid_ioctls()
|
A D | v4l2-ioctl.c | 2785 IOCTL_INFO(VIDIOC_S_INPUT, v4l_s_input, v4l_print_u32, INFO_FL_PRIO),
|
/linux/drivers/media/pci/ivtv/ |
A D | ivtv-streams.c | 246 v4l2_disable_ioctl(&s->vdev, VIDIOC_S_INPUT); in ivtv_prep_dev()
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 2559 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
|
/linux/Documentation/userspace-api/media/ |
A D | videodev2.h.rst.exceptions | 571 replace ioctl VIDIOC_S_INPUT vidioc_g_input
|
Completed in 31 milliseconds