Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-fbuf.rst6 ioctl VIDIOC_G_FBUF, VIDIOC_S_FBUF
12 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters
21 .. c:function:: int ioctl( int fd, VIDIOC_S_FBUF, const struct v4l2_framebuffer *argp )
22 :name: VIDIOC_S_FBUF
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
344 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` can only be called by a privileged user to
348 The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` parameters are unsuitable.
Ddev-overlay.rst70 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls are available to get and
71 set these parameters, respectively. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is
82 driver. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is not privileged. An application
108 (:ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`) may fail with an ``EBUSY`` error
160 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The window can extend the
175 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` applications set this field
238 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`,
Ddiff-v4l.rst425 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The ``base`` field of struct
Dhist-v4l2.rst925 and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls for details.
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c1183 case VIDIOC_S_FBUF32: cmd = VIDIOC_S_FBUF; break; in do_video_ioctl()
1282 case VIDIOC_S_FBUF: in do_video_ioctl()
Dv4l2-dev.c614 SET_VALID_IOCTL(ops, VIDIOC_S_FBUF, vidioc_s_fbuf); in determine_valid_ioctls()
Dv4l2-ioctl.c2595 IOCTL_INFO(VIDIOC_S_FBUF, v4l_stub_s_fbuf, v4l_print_framebuffer, INFO_FL_PRIO),
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2326 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions531 replace ioctl VIDIOC_S_FBUF vidioc_g_fbuf
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-core.c940 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_S_FBUF); in vivid_create_instance()