Lines Matching full:capabilities
13 VIDIOC_QUERYCAP - Query device capabilities
36 information about driver and hardware capabilities. The ioctl takes a
107 - ``capabilities``
108 - Available capabilities of the physical device as a whole, see
109 :ref:`device-capabilities`. The same physical device can export
111 /dev/radioZ). The ``capabilities`` field should contain a union of
112 all capabilities available around the several V4L2 devices
113 exported to userspace. For all those devices the ``capabilities``
114 field returns the same set of capabilities. This allows
120 - Device capabilities of the opened device, see
121 :ref:`device-capabilities`. Should contain the available
122 capabilities of that specific device node. So, for example,
124 capabilities and no video or vbi capabilities. This field is only
125 set if the ``capabilities`` field contains the
126 ``V4L2_CAP_DEVICE_CAPS`` capability. Only the ``capabilities``
137 .. _device-capabilities:
141 .. flat-table:: Device Capabilities Flags
276 only appear in the ``capabilities`` field and never in the
289 type of overlay is implied by the driver capabilities.