Home
last modified time | relevance | path

Searched refs:VIDIOC_S_INPUT (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-input.rst6 ioctl VIDIOC_G_INPUT, VIDIOC_S_INPUT
12 VIDIOC_G_INPUT - VIDIOC_S_INPUT - Query or select the current video input
21 .. c:function:: int ioctl( int fd, VIDIOC_S_INPUT, int *argp )
22 :name: VIDIOC_S_INPUT
45 input in an integer and call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer
Dvideo.rst27 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");
Dapp-pri.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
Dbuffer.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or
67 :c:func:`VIDIOC_S_INPUT`, :c:func:`VIDIOC_S_OUTPUT`, :c:func:`VIDIOC_S_STD`
Ddiff-v4l.rst176 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
Dhist-v4l2.rst130 VIDIOC_S_INPUT, VIDIOC_S_OUTPUT, VIDIOC_S_EFFECT. For example
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c1197 case VIDIOC_S_INPUT32: cmd = VIDIOC_S_INPUT; break; in do_video_ioctl()
1215 case VIDIOC_S_INPUT: in do_video_ioctl()
1380 case VIDIOC_S_INPUT: in do_video_ioctl()
Dv4l2-dev.c695 SET_VALID_IOCTL(ops, VIDIOC_S_INPUT, vidioc_s_input); in determine_valid_ioctls()
Dv4l2-ioctl.c2617 IOCTL_INFO(VIDIOC_S_INPUT, v4l_s_input, v4l_print_u32, INFO_FL_PRIO),
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-streams.c239 v4l2_disable_ioctl(&s->vdev, VIDIOC_S_INPUT); in ivtv_prep_dev()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2348 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions534 replace ioctl VIDIOC_S_INPUT vidioc_g_input