Home
last modified time | relevance | path

Searched refs:VIDIOC_G_PARM (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dstreaming-par.rst12 capture mode with the :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctl.
27 :ref:`VIDIOC_G_PARM <VIDIOC_G_PARM>` and
28 :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctl, respectively. They take
A Dvidioc-g-parm.rst7 ioctl VIDIOC_G_PARM, VIDIOC_S_PARM
13 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters
18 .. c:macro:: VIDIOC_G_PARM
20 ``int ioctl(int fd, VIDIOC_G_PARM, v4l2_streamparm *argp)``
54 :ref:`VIDIOC_G_PARM <VIDIOC_G_PARM>` and
55 :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctl, respectively. They take a
A Dfunc-read.rst90 the driver with the :ref:`VIDIOC_G_PARM <VIDIOC_G_PARM>` and
91 :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>` ioctls. They are optional,
A Dvidioc-enum-fmt.rst183 Setting the ``OUTPUT`` raw frame interval with :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>`
A Dhist-v4l2.rst151 5. Similar to the changes above, the ``VIDIOC_G_PARM`` 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
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dev.c695 SET_VALID_IOCTL(ops, VIDIOC_G_PARM, vidioc_g_parm); in determine_valid_ioctls()
762 __set_bit(_IOC_NR(VIDIOC_G_PARM), valid_ioctls); in determine_valid_ioctls()
A Dv4l2-ioctl.c2837 IOCTL_INFO(VIDIOC_G_PARM, v4l_g_parm, v4l_print_streamparm, INFO_FL_CLEAR(v4l2_streamparm, type)),
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2611 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm) macro
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions255 # Used on VIDIOC_G_PARM
/linux-6.3-rc2/drivers/media/platform/chips-media/
A Dcoda-common.c2913 v4l2_disable_ioctl(vfd, VIDIOC_G_PARM); in coda_register_device()
2921 v4l2_disable_ioctl(vfd, VIDIOC_G_PARM); in coda_register_device()

Completed in 30 milliseconds