Home
last modified time | relevance | path

Searched refs:VIDIOC_QUERYCTRL (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dextended-controls.rst81 themselves than is possible with :ref:`VIDIOC_QUERYCTRL <VIDIOC_QUERYCTRL>`
82 the :ref:`VIDIOC_QUERY_EXT_CTRL <VIDIOC_QUERYCTRL>` ioctl was added. In
91 :ref:`VIDIOC_QUERYCTRL` to check this.
106 :ref:`VIDIOC_QUERYCTRL` in combination with the
115 while (0 == ioctl (fd, VIDIOC_QUERYCTRL, &qctrl)) {
121 ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag. The ``VIDIOC_QUERYCTRL`` ioctl will
134 while (0 == ioctl(fd, VIDIOC_QUERYCTRL, &qctrl)) {
152 ``VIDIOC_QUERYCTRL`` will fail when used in combination with
166 ``V4L2_CTRL_TYPE_CTRL_CLASS``. ``VIDIOC_QUERYCTRL`` will return the name
172 :ref:`VIDIOC_QUERYCTRL` documentation for more
Dcontrol.rst322 :ref:`VIDIOC_QUERYCTRL` and
323 :ref:`VIDIOC_QUERYMENU <VIDIOC_QUERYCTRL>` ioctls, get and set a
326 ``VIDIOC_QUERYCTRL``, ``VIDIOC_G_CTRL`` and ``VIDIOC_S_CTRL`` when the
360 while (0 == ioctl(fd, VIDIOC_QUERYCTRL, &queryctrl)) {
371 perror("VIDIOC_QUERYCTRL");
411 if (0 == ioctl(fd, VIDIOC_QUERYCTRL, &queryctrl)) {
423 perror("VIDIOC_QUERYCTRL");
430 if (0 == ioctl(fd, VIDIOC_QUERYCTRL, &queryctrl)) {
442 perror("VIDIOC_QUERYCTRL");
459 if (-1 == ioctl(fd, VIDIOC_QUERYCTRL, &queryctrl)) {
[all …]
Dvidioc-queryctrl.rst7 ioctls VIDIOC_QUERYCTRL, VIDIOC_QUERY_EXT_CTRL and VIDIOC_QUERYMENU
13 VIDIOC_QUERYCTRL - VIDIOC_QUERY_EXT_CTRL - VIDIOC_QUERYMENU - Enumerate controls and menu control i…
18 ``int ioctl(int fd, int VIDIOC_QUERYCTRL, struct v4l2_queryctrl *argp)``
43 ``VIDIOC_QUERYCTRL`` ioctl with a pointer to this structure. The driver
47 It is possible to enumerate controls by calling ``VIDIOC_QUERYCTRL``
75 ``VIDIOC_QUERYCTRL``, except that the ``reserved`` array must be zeroed
374 cannot be queried using ``VIDIOC_QUERYCTRL``. Only
377 ``VIDIOC_QUERYCTRL``.
397 - This is not a control. When ``VIDIOC_QUERYCTRL`` is called with a
Dext-ctrls-detect.rst20 :ref:`VIDIOC_QUERYCTRL` for this control will
Dvidioc-g-ctrl.rst85 to :ref:`VIDIOC_QUERYMENU <VIDIOC_QUERYCTRL>`).
Dext-ctrls-colorimetry.rst21 :ref:`VIDIOC_QUERYCTRL` for this control will
Dext-ctrls-jpeg.rst22 :ref:`VIDIOC_QUERYCTRL` for this control will
Dext-ctrls-fm-rx.rst20 :ref:`VIDIOC_QUERYCTRL` for this control will
Ddiff-v4l.rst271 :ref:`VIDIOC_QUERYCTRL`,
296 :ref:`VIDIOC_QUERYCTRL` ioctl. For general
376 :ref:`VIDIOC_QUERYCTRL`,
399 :ref:`VIDIOC_QUERYCTRL` ioctl reports if the
408 the :ref:`VIDIOC_QUERYCTRL` ioctl. For general
Dext-ctrls-rf-tuner.rst35 :ref:`VIDIOC_QUERYCTRL` for this control will
Dext-ctrls-fm-tx.rst22 :ref:`VIDIOC_QUERYCTRL` for this control will
Dvidioc-g-ext-ctrls.rst66 :ref:`VIDIOC_QUERYCTRL` first and use
73 by calling :ref:`VIDIOC_QUERY_EXT_CTRL <VIDIOC_QUERYCTRL>`.
Dhist-v4l2.rst87 the VIDIOC_QUERYCTRL handlers in the sample drivers.
823 :ref:`VIDIOC_QUERYCTRL`, new control types
1154 :ref:`VIDIOC_QUERY_EXT_CTRL <VIDIOC_QUERYCTRL>`.
Ddev-stateless-decoder.rst67 :c:func:`VIDIOC_QUERYCTRL`.
Dext-ctrls-camera.rst20 :ref:`VIDIOC_QUERYCTRL` for this control will
Ddev-encoder.rst138 via :c:func:`VIDIOC_QUERYCTRL`.
Dbuffer.rst59 :c:func:`VIDIOC_QUERYCTRL` or :c:func:`VIDIOC_QUERY_EXT_CTRL` for such a
Ddev-decoder.rst252 via :c:func:`VIDIOC_QUERYCTRL`.
/linux-6.1.9/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt399 VIDIOC_QUERYCTRL
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-subdev.c447 case VIDIOC_QUERYCTRL: in subdev_do_ioctl()
Dv4l2-dev.c573 __set_bit(_IOC_NR(VIDIOC_QUERYCTRL), valid_ioctls); in determine_valid_ioctls()
/linux-6.1.9/include/uapi/linux/
Dvideodev2.h2607 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl) macro
/linux-6.1.9/Documentation/driver-api/media/
Dv4l2-subdev.rst338 ``VIDIOC_QUERYCTRL``,
Dv4l2-controls.rst437 present. Note that VIDIOC_QUERYCTRL always returns a step value of 1 for
/linux-6.1.9/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1103 case VIDIOC_QUERYCTRL: in matroxfb_ioctl()

12