Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/userspace-api/media/v4l/
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
137 fix the problem first. Only returned by ``VIDIOC_SUBDEV_S_FMT``
145 The ``VIDIOC_SUBDEV_S_FMT`` ioctl has been called on a read-only subdevice
Dvidioc-subdev-enum-mbus-code.rst99 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>`
Dvidioc-subdev-enum-frame-size.rst55 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl to try the
Ddev-subdev.rst127 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls. to
155 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls operate on
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
/linux-5.19.10/include/uapi/linux/
Dv4l2-subdev.h196 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) macro
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-subdev.c400 case VIDIOC_SUBDEV_S_FMT: in subdev_ioctl_get_state()
561 case VIDIOC_SUBDEV_S_FMT: { in subdev_do_ioctl()
/linux-5.19.10/Documentation/admin-guide/media/
Dipu3.rst353 VIDIOC_SUBDEV_S_FMT on pad 0, using the GDC width and height obtained above.
/linux-5.19.10/Documentation/driver-api/media/
Dv4l2-subdev.rst395 ``VIDIOC_SUBDEV_S_FMT``,