Home
last modified time | relevance | path

Searched refs:VIDIOC_SUBDEV_G_FMT (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-subdev-g-fmt.rst6 ioctl VIDIOC_SUBDEV_G_FMT, VIDIOC_SUBDEV_S_FMT
12 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad
18 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_G_FMT, struct v4l2_subdev_format *argp )
19 :name: VIDIOC_SUBDEV_G_FMT
45 ``VIDIOC_SUBDEV_G_FMT`` ioctl with a pointer to this structure the
54 format as would be returned by a ``VIDIOC_SUBDEV_G_FMT`` call.
65 default format at the output pad with the ``VIDIOC_SUBDEV_G_FMT`` ioctl,
Ddev-subdev.rst121 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` and
122 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls. to
132 the :ref:`VIDIOC_SUBDEV_G_FMT` ioctl on pad
148 :ref:`V4L2_SUBDEV_FORMAT_TRY <VIDIOC_SUBDEV_G_FMT>`, the
149 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` and
150 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls operate on
158 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` call will return
165 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl. Drivers
174 to an :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` call as-is
Dvidioc-subdev-enum-frame-size.rst56 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl to try the
62 :ref:`VIDIOC_SUBDEV_G_FMT` for more
Dvidioc-subdev-enum-mbus-code.rst47 See :ref:`VIDIOC_SUBDEV_G_FMT` for more
Dvidioc-subdev-enum-frame-interval.rst56 See :ref:`VIDIOC_SUBDEV_G_FMT` for more
/Linux-v4.19/include/uapi/linux/
Dv4l2-subdev.h161 #define VIDIOC_SUBDEV_G_FMT _IOWR('V', 4, struct v4l2_subdev_format) macro
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-subdev.c293 case VIDIOC_SUBDEV_G_FMT: { in subdev_do_ioctl()