Searched refs:VIDIOC_SUBDEV_S_FMT (Results 1 – 5 of 5) sorted by relevance
6 ioctl VIDIOC_SUBDEV_G_FMT, VIDIOC_SUBDEV_S_FMT12 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad21 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_S_FMT, struct v4l2_subdev_format *argp )22 :name: VIDIOC_SUBDEV_S_FMT50 the ``VIDIOC_SUBDEV_S_FMT`` ioctl with a pointer to this structure the64 the ``VIDIOC_SUBDEV_S_FMT`` ioctl. They would then either retrieve the66 or set the desired output pad format with the ``VIDIOC_SUBDEV_S_FMT``135 fix the problem first. Only returned by ``VIDIOC_SUBDEV_S_FMT``
56 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl to try the
122 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls. to150 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls operate on165 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl. Drivers174 to an :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` call as-is
162 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) macro
305 case VIDIOC_SUBDEV_S_FMT: { in subdev_do_ioctl()