Searched refs:VIDIOC_QUERYCAP (Results 1 – 25 of 35) sorted by relevance
12
14 The :ref:`VIDIOC_QUERYCAP` ioctl is available to19 Starting with kernel version 3.1, :ref:`VIDIOC_QUERYCAP`22 :ref:`VIDIOC_QUERYCAP` to check if a specific ioctl30 :ref:`VIDIOC_QUERYCAP` ioctl also allows driver33 All V4L2 drivers must support :ref:`VIDIOC_QUERYCAP`.
7 ioctl VIDIOC_QUERYCAP13 VIDIOC_QUERYCAP - Query device capabilities18 .. c:macro:: VIDIOC_QUERYCAP20 ``int ioctl(int fd, VIDIOC_QUERYCAP, struct v4l2_capability *argp)``34 All V4L2 devices support the ``VIDIOC_QUERYCAP`` ioctl. It is used to
42 :ref:`VIDIOC_QUERYCAP <VIDIOC_QUERYCAP>`
37 returned by the :ref:`VIDIOC_QUERYCAP` ioctl when the72 :ref:`VIDIOC_QUERYCAP` ioctl when the device has
25 :ref:`VIDIOC_QUERYCAP` ioctl. That flag means the33 :ref:`VIDIOC_QUERYCAP` ioctl. That flag means the
26 :ref:`VIDIOC_QUERYCAP` ioctl.
38 :ref:`VIDIOC_QUERYCAP` ioctl. Any tuner that57 :ref:`VIDIOC_QUERYCAP` ioctl. Any modulator that
32 file, for example VIDIOC_QUERYCAP.
24 :ref:`VIDIOC_QUERYCAP` ioctl. Other combinations of
24 :ref:`VIDIOC_QUERYCAP <VIDIOC_QUERYCAP>` ioctl is set. Whether
45 :ref:`VIDIOC_QUERYCAP` ioctl.
14 :ref:`VIDIOC_QUERYCAP` ioctl is set.
25 :c:type:`v4l2_capability` structure returned by the :c:func:`VIDIOC_QUERYCAP`
57 the :ref:`VIDIOC_QUERYCAP` ioctl.
427 if (-1 == xioctl(fd, VIDIOC_QUERYCAP, &cap)) {433 errno_exit("VIDIOC_QUERYCAP");
29 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
30 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
32 :ref:`VIDIOC_QUERYCAP` ioctl.
13 :ref:`VIDIOC_QUERYCAP` ioctl is set. If the
219 Documented that VIDIOC_QUERYCAP now returns a per-subsystem version
65 :ref:`VIDIOC_QUERYCAP`.493 :ref:`VIDIOC_QUERYCAP` ioctl. All V4L2 devices
13 :ref:`VIDIOC_QUERYCAP` ioctl is set. There are two
86 ret = ioctl(fd, VIDIOC_QUERYCAP, &vcap); in main()
133 (see :ref:`VIDIOC_QUERYCAP`).198 (see :ref:`VIDIOC_QUERYCAP`).
34 opened (or at the first VIDIOC_ ioctl - except for VIDIOC_QUERYCAP),
Completed in 16 milliseconds