Searched refs:VIDIOC_S_FBUF (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-fbuf.rst | 7 ioctl VIDIOC_G_FBUF, VIDIOC_S_FBUF 13 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters 22 .. c:macro:: VIDIOC_S_FBUF 24 ``int ioctl(int fd, VIDIOC_S_FBUF, const struct v4l2_framebuffer *argp)`` 38 Applications can use the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBU… 64 driver. When an application calls :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` with a pointer to 71 substructure, and call :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. Again the driver prepares for 101 For :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` this field is no longer supported 327 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` can only be called by a privileged user to 331 The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` parameters are unsuitable.
|
H A D | dev-overlay.rst | 75 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls are available to get and 76 set these parameters, respectively. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is 87 driver. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is not privileged. An application 115 (:ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`) may fail with an ``EBUSY`` error 167 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The window can extend the 182 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` applications set this field 248 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`,
|
H A D | diff-v4l.rst | 416 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The ``base`` field of struct
|
H A D | hist-v4l2.rst | 874 and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls for details.
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 878 return VIDIOC_S_FBUF; in v4l2_compat_translate_cmd()
|
H A D | v4l2-dev.c | 635 SET_VALID_IOCTL(ops, VIDIOC_S_FBUF, vidioc_s_fbuf); in determine_valid_ioctls()
|
H A D | v4l2-ioctl.c | 2838 IOCTL_INFO(VIDIOC_S_FBUF, v4l_s_fbuf, v4l_print_framebuffer, INFO_FL_PRIO),
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 2631 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 584 replace ioctl VIDIOC_S_FBUF vidioc_g_fbuf
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.c | 1230 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_S_FBUF); in vivid_disable_unused_ioctls()
|