Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H 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
22 .. c:macro:: VIDIOC_SUBDEV_S_FMT
24 ``int ioctl(int fd, VIDIOC_SUBDEV_S_FMT, struct v4l2_subdev_format *argp)``
50 the ``VIDIOC_SUBDEV_S_FMT`` ioctl with a pointer to this structure the
64 the ``VIDIOC_SUBDEV_S_FMT`` ioctl. They would then either retrieve the
66 or set the desired output pad format with the ``VIDIOC_SUBDEV_S_FMT``
75 ``VIDIOC_SUBDEV_S_FMT`` are only valid if the ``which`` field is set to
140 fix the problem first. Only returned by ``VIDIOC_SUBDEV_S_FMT``
147 The ``VIDIOC_SUBDEV_S_FMT`` ioctl has been called on a read-only subdevice
H A Dvidioc-subdev-enum-mbus-code.rst117 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
124 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
131 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
138 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
145 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
H A Dvidioc-subdev-enum-frame-size.rst67 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl to try the
H A Dvidioc-subdev-g-routing.rst52 after calling the ioctl with e.g. ``VIDIOC_SUBDEV_S_FMT``.
/linux/include/uapi/linux/
H A Dv4l2-subdev.h276 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) macro
/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c566 case VIDIOC_SUBDEV_S_FMT: in subdev_ioctl_get_state()
773 case VIDIOC_SUBDEV_S_FMT: { in subdev_do_ioctl()
/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst438 ``VIDIOC_SUBDEV_S_FMT``,