Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-subdev-g-fmt.rst7 ioctl VIDIOC_SUBDEV_G_FMT, VIDIOC_SUBDEV_S_FMT
13 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad
18 .. c:macro:: VIDIOC_SUBDEV_G_FMT
20 ``int ioctl(int fd, VIDIOC_SUBDEV_G_FMT, struct v4l2_subdev_format *argp)``
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,
A Dvidioc-subdev-enum-mbus-code.rst46 See :ref:`VIDIOC_SUBDEV_G_FMT` for more
102 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
109 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
116 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
123 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
130 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
A Ddev-subdev.rst128 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` and
129 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls. to
139 the :ref:`VIDIOC_SUBDEV_G_FMT` ioctl on pad
155 :ref:`V4L2_SUBDEV_FORMAT_TRY <VIDIOC_SUBDEV_G_FMT>`, the
156 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` and
157 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls operate on
165 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` call will return
172 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl. Drivers
181 to an :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` call as-is
668 using :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls to configure each
A Dvidioc-subdev-enum-frame-size.rst55 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl to try the
61 :ref:`VIDIOC_SUBDEV_G_FMT` for more
A Dvidioc-subdev-enum-frame-interval.rst55 See :ref:`VIDIOC_SUBDEV_G_FMT` for more
/linux-6.3-rc2/include/uapi/linux/
A Dv4l2-subdev.h240 #define VIDIOC_SUBDEV_G_FMT _IOWR('V', 4, struct v4l2_subdev_format) macro
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-subdev.c475 case VIDIOC_SUBDEV_G_FMT: in subdev_ioctl_get_state()
636 case VIDIOC_SUBDEV_G_FMT: { in subdev_do_ioctl()

Completed in 12 milliseconds