Lines Matching +full:a +full:- +full:facing

1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
17 A :term:`Device Driver` that implements the main logic to talk with
30 Unit of data transported by a bus. On parallel buses, the data unit
32 unit is logical. If the data unit is image data, it may also be called a
36 Part of the Linux Kernel that implements support for a hardware
40 A character device node in the file system used to control and
41 transfer data in and out of a Kernel driver.
46 An API designed to control a subset of the :term:`Media Hardware`
54 A specialized :term:`Microprocessor`, with its architecture
58 **Field-programmable Gate Array**
60 An :term:`IC` circuit designed to be configured by a customer or
61 a designer after manufacturing.
63 See https://en.wikipedia.org/wiki/Field-programmable_gate_array.
66 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
71 A group of :term:`hardware components <Hardware Component>` that
72 together make a larger user-facing functional peripheral. For
74 and the external camera sensors together make a camera hardware
80 **Inter-Integrated Circuit**
82 A multi-master, multi-slave, packet switched, single-ended,
84 like sub-device hardware components.
86 See http://www.nxp.com/docs/en/user-guide/UM10204.pdf.
91 A set of electronic circuits on one small flat piece of
99 In electronic design a semiconductor intellectual property core,
100 is a reusable unit of logic, cell, or integrated circuit layout
103 and used by a single party alone.
110 A specialized processor that implements a set of algorithms for
117 A set of userspace APIs used to control the media hardware. It is
120 - :term:`CEC API`;
121 - :term:`Digital TV API`;
122 - :term:`MC API`;
123 - :term:`RC API`; and
124 - :term:`V4L2 API`.
126 See Documentation/userspace-api/media/index.rst.
132 multimedia devices and sub-devices.
136 MC-centric
152 Electronic circuitry that carries out the instructions of a
155 instructions on a single integrated circuit.
169 A subset of I²C, which defines a stricter usage of the bus.
178 **System on a Chip**
180 An integrated circuit that integrates all components of a computer
184 A distinct flow of data (image data or metadata) from an initial source
185 to a final sink. The initial source may be e.g. an image sensor and the
186 final sink e.g. a memory buffer.
192 control a V4L2 hardware.
195 A :term:`Device Node` that is associated to a V4L driver.
202 V4L2 Sub-device
203 V4L2 hardware components that aren't controlled by a
206 Video-node-centric
207 V4L2 device driver that doesn't require a media controller to be used.
212 V4L2 Sub-device API
214 :term:`V4L2 sub-devices <V4L2 Sub-device>`, like sensors,