Home
last modified time | relevance | path

Searched refs:VIDIOC_QUERYCAP (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/Documentation/media/uapi/v4l/
Dquerycap.rst14 The :ref:`VIDIOC_QUERYCAP` ioctl is available to
19 Starting with kernel version 3.1, :ref:`VIDIOC_QUERYCAP`
22 :ref:`VIDIOC_QUERYCAP` to check if a specific ioctl
30 :ref:`VIDIOC_QUERYCAP` ioctl also allows driver
33 All V4L2 drivers must support :ref:`VIDIOC_QUERYCAP`.
Dplanar-apis.rst42 :ref:`VIDIOC_QUERYCAP <VIDIOC_QUERYCAP>`
Dvidioc-querycap.rst6 ioctl VIDIOC_QUERYCAP
12 VIDIOC_QUERYCAP - Query device capabilities
18 .. c:function:: int ioctl( int fd, VIDIOC_QUERYCAP, struct v4l2_capability *argp )
19 :name: VIDIOC_QUERYCAP
35 All V4L2 devices support the ``VIDIOC_QUERYCAP`` ioctl. It is used to
Dtuner.rst37 returned by the :ref:`VIDIOC_QUERYCAP` ioctl when the
72 :ref:`VIDIOC_QUERYCAP` ioctl when the device has
Ddev-sdr.rst25 :ref:`VIDIOC_QUERYCAP` ioctl. That flag means the
33 :ref:`VIDIOC_QUERYCAP` ioctl. That flag means the
Dapp-pri.rst26 :ref:`VIDIOC_QUERYCAP` ioctl.
Ddev-radio.rst24 :ref:`VIDIOC_QUERYCAP` ioctl. Other combinations of
Dfunc-ioctl.rst34 file, for example VIDIOC_QUERYCAP.
Ddev-rds.rst38 :ref:`VIDIOC_QUERYCAP` ioctl. Any tuner that
57 :ref:`VIDIOC_QUERYCAP` ioctl. Any modulator that
Ddev-touch.rst45 :ref:`VIDIOC_QUERYCAP` ioctl.
Drw.rst13 :ref:`VIDIOC_QUERYCAP` ioctl is set.
Ddev-meta.rst23 :c:type:`v4l2_capability` structure returned by the :c:func:`VIDIOC_QUERYCAP`
Ddmabuf.rst23 :ref:`VIDIOC_QUERYCAP <VIDIOC_QUERYCAP>` ioctl is set. Whether
Daudio.rst57 the :ref:`VIDIOC_QUERYCAP` ioctl.
Ddev-output.rst29 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
Dcapture.c.rst427 if (-1 == xioctl(fd, VIDIOC_QUERYCAP, &cap)) {
433 errno_exit("VIDIOC_QUERYCAP");
Ddev-capture.rst30 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
Ddev-osd.rst32 :ref:`VIDIOC_QUERYCAP` ioctl.
Duserp.rst12 :ref:`VIDIOC_QUERYCAP` ioctl is set. If the
Dv4l2.rst209 Documented that VIDIOC_QUERYCAP now returns a per-subsystem version
Dmmap.rst12 :ref:`VIDIOC_QUERYCAP` ioctl is set. There are two
Ddiff-v4l.rst68 :ref:`VIDIOC_QUERYCAP`.
505 :ref:`VIDIOC_QUERYCAP` ioctl. All V4L2 devices
Dvidioc-g-fbuf.rst43 :ref:`VIDIOC_QUERYCAP` ioctl. One ``/dev/videoN``
Ddev-raw-vbi.rst43 :ref:`VIDIOC_QUERYCAP` ioctl. At least one of the
/Linux-v4.19/tools/testing/selftests/media_tests/
Dvideo_device_test.c86 ret = ioctl(fd, VIDIOC_QUERYCAP, &vcap); in main()

12