Home
last modified time | relevance | path

Searched refs:VIDIOC_S_PARM (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dstreaming-par.rst12 capture mode with the :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctl.
28 :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctl, respectively. They take
Dvidioc-g-parm.rst7 ioctl VIDIOC_G_PARM, VIDIOC_S_PARM
13 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters
22 .. c:macro:: VIDIOC_S_PARM
24 ``int ioctl(int fd, VIDIOC_S_PARM, v4l2_streamparm *argp)``
55 :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctl, respectively. They take a
Dfunc-read.rst91 :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctls. They are optional,
Dvidioc-enum-fmt.rst183 Setting the ``OUTPUT`` raw frame interval with :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>`
Dv4l2.rst366 VIDIOC_G_INPUT and VIDIOC_S_PARM clarifications.
Dhist-v4l2.rst152 ``VIDIOC_S_PARM`` ioctls were merged with ``VIDIOC_G_OUTPARM`` and
632 6. The :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` and
756 2. :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` is a write-read ioctl, not
Ddev-encoder.rst233 :c:func:`VIDIOC_S_PARM`. This also sets the coded frame interval on the
282 :c:func:`VIDIOC_S_PARM`. This is only necessary if the coded frame
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-dev.c697 SET_VALID_IOCTL(ops, VIDIOC_S_PARM, vidioc_s_parm); in determine_valid_ioctls()
764 SET_VALID_IOCTL(ops, VIDIOC_S_PARM, vidioc_s_parm); in determine_valid_ioctls()
Dv4l2-ioctl.c2845 IOCTL_INFO(VIDIOC_S_PARM, v4l_s_parm, v4l_print_streamparm, INFO_FL_PRIO),
/linux-6.6.21/drivers/media/usb/em28xx/
Dem28xx-video.c2768 v4l2_disable_ioctl(&v4l2->vdev, VIDIOC_S_PARM); in em28xx_v4l2_init()
2803 v4l2_disable_ioctl(&v4l2->vbi_dev, VIDIOC_S_PARM); in em28xx_v4l2_init()
/linux-6.6.21/include/uapi/linux/
Dvideodev2.h2638 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm) macro
/linux-6.6.21/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions591 replace ioctl VIDIOC_S_PARM vidioc_g_parm
/linux-6.6.21/drivers/media/platform/chips-media/
Dcoda-common.c2914 v4l2_disable_ioctl(vfd, VIDIOC_S_PARM); in coda_register_device()
2922 v4l2_disable_ioctl(vfd, VIDIOC_S_PARM); in coda_register_device()
/linux-6.6.21/drivers/media/test-drivers/vivid/
Dvivid-core.c1245 v4l2_disable_ioctl(&dev->touch_cap_dev, VIDIOC_S_PARM); in vivid_disable_unused_ioctls()