Home
last modified time | relevance | path

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

123456789

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H 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
H 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");
H 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");
H A Daudio.rst42 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
H A Dapp-pri.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H 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
H 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");
H 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");
H A Daudio.rst42 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
H A Dapp-pri.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H 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
H 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");
H 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");
H A Daudio.rst42 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
H A Dapp-pri.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-v4l2/
H A Dv4l2-helpers.c170 return (*input == -1) ? v4l2_ioctl(dev, VIDIOC_G_INPUT, input) in v4l2_set_input()
180 if (v4l2_ioctl(dev, VIDIOC_G_INPUT, &input) < 0) in v4l2_get_input_caps()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-io.cpp135 if (doioctl(fd, VIDIOC_G_INPUT, &input) == 0) { in io_get()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-io.cpp135 if (doioctl(fd, VIDIOC_G_INPUT, &input) == 0) { in io_get()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-io.cpp135 if (doioctl(fd, VIDIOC_G_INPUT, &input) == 0) { in io_get()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlog.c72 [_IOC_NR(VIDIOC_G_INPUT)] = "VIDIOC_G_INPUT",
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlog.c72 [_IOC_NR(VIDIOC_G_INPUT)] = "VIDIOC_G_INPUT",
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlog.c72 [_IOC_NR(VIDIOC_G_INPUT)] = "VIDIOC_G_INPUT",
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-dev.c728 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
769 set_bit(_IOC_NR(VIDIOC_G_INPUT), valid_ioctls); in determine_valid_ioctls()
773 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-dev.c728 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
769 set_bit(_IOC_NR(VIDIOC_G_INPUT), valid_ioctls); in determine_valid_ioctls()
773 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-dev.c728 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
769 set_bit(_IOC_NR(VIDIOC_G_INPUT), valid_ioctls); in determine_valid_ioctls()
773 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()

123456789