Lines Matching full:ioctl
23 the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl.
32 :ref:`VIDIOC_QUERYCAP` ioctl.
42 the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` ioctl. It returns, amongst
45 The framebuffer device ioctl ``FBIOGET_FSCREENINFO`` returns the same
48 ioctl and struct :c:type:`fb_fix_screeninfo` are defined in
53 (or any other ioctl which would imply a framebuffer size change) with an
67 if (-1 == ioctl(fd, VIDIOC_G_FBUF, &fbuf)) {
91 if (0 == ioctl(fb_fd, FBIOGET_FSCREENINFO, &si)) {
123 :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` ioctl. The driver fills the
130 substructure and call the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl.
133 the :ref:`VIDIOC_TRY_FMT <VIDIOC_G_FMT>` ioctl can be used to learn
149 There is no V4L2 ioctl to enable or disable the overlay, however the
150 framebuffer interface of the driver may support the ``FBIOBLANK`` ioctl.