Lines Matching full:entities
18 modelled as an oriented graph of building blocks called entities connected
28 other entities. Data (not restricted to video) produced by an entity
33 on the same entity or on different entities. Data flows from a source
56 Entities chapter
59 Entities are represented by a struct media_entity
63 instances, although drivers can allocate entities directly.
68 Drivers register entities with a media device by calling
119 Associate two entities via their PADs. Each entity has a list that points
148 entities and links.
150 To iterate over all entities belonging to a media device, drivers can use
205 When starting streaming, drivers must notify all entities in the pipeline to
222 When stopping the stream, drivers must notify the entities with
235 If other operations need to be disallowed on streaming entities (such as
236 changing entities configuration parameters) drivers can explicitly check the
259 drivers can iterate over entities or pads in the pipeline with the
274 To iterate over entities, the iterator needs to be initialized and cleaned up