Home
last modified time | relevance | path

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

/linux/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
99 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
106 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
113 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
120 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
127 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
A Ddev-subdev.rst126 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` and
127 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls. to
137 the :ref:`VIDIOC_SUBDEV_G_FMT` ioctl on pad
153 :ref:`V4L2_SUBDEV_FORMAT_TRY <VIDIOC_SUBDEV_G_FMT>`, the
154 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` and
155 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls operate on
163 :ref:`VIDIOC_SUBDEV_G_FMT <VIDIOC_SUBDEV_G_FMT>` call will return
170 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl. Drivers
179 to an :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` call as-is
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/include/uapi/linux/
A Dv4l2-subdev.h195 #define VIDIOC_SUBDEV_G_FMT _IOWR('V', 4, struct v4l2_subdev_format) macro
/linux/drivers/media/v4l2-core/
A Dv4l2-subdev.c482 case VIDIOC_SUBDEV_G_FMT: { in subdev_do_ioctl()

Completed in 9 milliseconds