Home
last modified time | relevance | path

Searched refs:VIDIOC_G_INPUT (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-g-input.rst7 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
A Dvideo.rst24 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");
A Dstandard.rst117 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");
A Daudio.rst42 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
A Dapp-pri.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
A Ddiff-v4l.rst178 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
179 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
A Dv4l2.rst366 VIDIOC_G_INPUT and VIDIOC_S_PARM clarifications.
A Dhist-v4l2.rst43 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` to
A Dbuffer.rst30 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dev.c693 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
734 __set_bit(_IOC_NR(VIDIOC_G_INPUT), valid_ioctls); in determine_valid_ioctls()
738 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
A Dv4l2-ioctl.c2851 IOCTL_INFO(VIDIOC_G_INPUT, v4l_g_input, v4l_print_u32, 0),
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-streams.c247 v4l2_disable_ioctl(&s->vdev, VIDIOC_G_INPUT); in ivtv_prep_dev()
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2625 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro

Completed in 31 milliseconds