Home
last modified time | relevance | path

Searched refs:VIDIOC_S_FBUF (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-g-fbuf.rst7 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…
61 driver. When an application calls :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` with a pointer to
68 substructure, and call :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. Again the driver prepares for
340 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` can only be called by a privileged user to
344 The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` parameters are unsuitable.
A Ddev-overlay.rst74 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls are available to get and
75 set these parameters, respectively. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is
86 driver. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is not privileged. An application
112 (:ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`) may fail with an ``EBUSY`` error
164 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The window can extend the
179 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` applications set this field
242 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`,
A Ddiff-v4l.rst416 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The ``base`` field of struct
A Dhist-v4l2.rst874 and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls for details.
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dev.c634 SET_VALID_IOCTL(ops, VIDIOC_S_FBUF, vidioc_s_fbuf); in determine_valid_ioctls()
A Dv4l2-compat-ioctl32.c894 return VIDIOC_S_FBUF; in v4l2_compat_translate_cmd()
A Dv4l2-ioctl.c2830 IOCTL_INFO(VIDIOC_S_FBUF, v4l_stub_s_fbuf, v4l_print_framebuffer, INFO_FL_PRIO),
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2604 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions580 replace ioctl VIDIOC_S_FBUF vidioc_g_fbuf
/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-core.c1260 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_S_FBUF); in vivid_disable_unused_ioctls()

Completed in 33 milliseconds