Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H 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
H 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
H 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,
H A Dvidioc-enum-fmt.rst183 Setting the ``OUTPUT`` raw frame interval with :ref:`VIDIOC_S_PARM <VIDIOC_G_PARM>`
H 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/drivers/media/v4l2-core/
H A Dv4l2-dev.c698 SET_VALID_IOCTL(ops, VIDIOC_G_PARM, vidioc_g_parm); in determine_valid_ioctls()
768 __set_bit(_IOC_NR(VIDIOC_G_PARM), valid_ioctls); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2913 IOCTL_INFO(VIDIOC_G_PARM, v4l_g_parm, v4l_print_streamparm, INFO_FL_CLEAR(v4l2_streamparm, type)),
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions260 # Used on VIDIOC_G_PARM
/linux/include/uapi/linux/
H A Dvideodev2.h2703 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm) macro
/linux/drivers/media/platform/chips-media/coda/
H 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()