Home
last modified time | relevance | path

Searched refs:VIDIOC_G_CTRL (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dvidioc-g-ctrl.rst7 ioctl VIDIOC_G_CTRL, VIDIOC_S_CTRL
13 VIDIOC_G_CTRL - VIDIOC_S_CTRL - Get or set the value of a control
18 .. c:macro:: VIDIOC_G_CTRL
20 ``int ioctl(int fd, VIDIOC_G_CTRL, struct v4l2_control *argp)``
40 :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` ioctl with a pointer to this structure. To change the
43 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctl.
48 However, :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` is a write-only ioctl, it does not return the
Dvidioc-subscribe-event.rst93 control using :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` will cause
101 application or by the :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>`
Dextended-controls.rst46 :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` and
47 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls that act on a single
57 that can also be set using the old :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>`
Dcontrol.rst324 control value with the :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` and
325 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls. Drivers must implement
326 ``VIDIOC_QUERYCTRL``, ``VIDIOC_G_CTRL`` and ``VIDIOC_S_CTRL`` when the
482 if (0 == ioctl(fd, VIDIOC_G_CTRL, &control)) {
494 perror("VIDIOC_G_CTRL");
Ddiff-v4l.rst272 :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` and
273 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls:
377 :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` and
378 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls:
Dvidioc-g-ext-ctrls.rst432 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` and
433 :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` ioctl belong to this
Dhist-v4l2.rst55 :ref:`VIDIOC_G_CTRL <VIDIOC_G_CTRL>` and
56 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls under names starting
102 1999-05-20: Definition of VIDIOC_G_CTRL was wrong causing a
633 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls were defined with
Dvidioc-dqevent.rst137 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` or
Dvidioc-queryctrl.rst368 code on a ``VIDIOC_G_CTRL`` attempt.
Ddev-encoder.rst31 interchangeably with :c:func:`VIDIOC_G_CTRL` and :c:func:`VIDIOC_S_CTRL`,
Ddev-decoder.rst31 interchangeably with :c:func:`VIDIOC_G_CTRL` and :c:func:`VIDIOC_S_CTRL`,
/linux-6.6.21/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt401 VIDIOC_G_CTRL
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-dev.c578 __set_bit(_IOC_NR(VIDIOC_G_CTRL), valid_ioctls); in determine_valid_ioctls()
Dv4l2-ioctl.c883 if (ioctl == VIDIOC_G_CTRL || ioctl == VIDIOC_S_CTRL) in check_ext_ctrls()
2285 if (check_ext_ctrls(&ctrls, VIDIOC_G_CTRL)) { in v4l_g_ctrl()
2850 …IOCTL_INFO(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control…
Dv4l2-subdev.c548 case VIDIOC_G_CTRL: in subdev_do_ioctl()
/linux-6.6.21/include/uapi/linux/
Dvideodev2.h2643 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control) macro
/linux-6.6.21/Documentation/driver-api/media/
Dv4l2-subdev.rst370 ``VIDIOC_G_CTRL``,
/linux-6.6.21/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1125 case VIDIOC_G_CTRL: in matroxfb_ioctl()