Home
last modified time | relevance | path

Searched refs:VIDIOC_S_CTRL (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-ctrl.rst13 ioctl VIDIOC_G_CTRL, VIDIOC_S_CTRL
19 VIDIOC_G_CTRL - VIDIOC_S_CTRL - Get or set the value of a control
28 .. c:function:: int ioctl( int fd, VIDIOC_S_CTRL, struct v4l2_control *argp )
29 :name: VIDIOC_S_CTRL
50 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctl.
55 However, :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` is a write-only ioctl, it does not return the
Dcontrol.rst320 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls. Drivers must implement
321 ``VIDIOC_QUERYCTRL``, ``VIDIOC_G_CTRL`` and ``VIDIOC_S_CTRL`` when the
468 if (-1 == ioctl(fd, VIDIOC_S_CTRL, &control)) {
469 perror("VIDIOC_S_CTRL");
482 if (-1 == ioctl(fd, VIDIOC_S_CTRL, &control)
484 perror("VIDIOC_S_CTRL");
497 ioctl(fd, VIDIOC_S_CTRL, &control);
Dvidioc-subscribe-event.rst102 control using :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` will cause
110 application or by the :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>`
Dextended-controls.rst54 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls that act on a single
64 that can also be set using the old :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>`
Dvidioc-dqevent.rst160 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` or
Ddiff-v4l.rst281 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls:
391 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls:
Dvidioc-g-ext-ctrls.rst337 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` and
Dhist-v4l2.rst63 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls under names starting
669 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls were defined with
Dvidioc-queryctrl.rst381 the value passed with ``VIDIOC_S_CTRL`` and return an ``EINVAL`` error
Dbuffer.rst137 (:c:func:`VIDIOC_S_CTRL` or :c:func:`VIDIOC_S_EXT_CTRLS`) if buffers too small
Ddev-decoder.rst31 interchangeably with :c:func:`VIDIOC_G_CTRL` and :c:func:`VIDIOC_S_CTRL`,
/Linux-v5.4/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt402 VIDIOC_S_CTRL
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-subdev.c366 case VIDIOC_S_CTRL: in subdev_do_ioctl()
Dv4l2-dev.c565 set_bit(_IOC_NR(VIDIOC_S_CTRL), valid_ioctls); in determine_valid_ioctls()
Dv4l2-ioctl.c2711 IOCTL_INFO(VIDIOC_S_CTRL, v4l_s_ctrl, v4l_print_control, INFO_FL_PRIO | INFO_FL_CTRL),
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions544 replace ioctl VIDIOC_S_CTRL vidioc_g_ctrl
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2433 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control) macro
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-subdev.rst296 ``VIDIOC_S_CTRL``,
Dv4l2-controls.rst589 flag of the mute control would be set if the user called VIDIOC_S_CTRL for
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1146 case VIDIOC_S_CTRL: in matroxfb_ioctl()