Lines Matching full:pads
19 through pads.
29 flows from the entity's output to one or more entity inputs. Pads should
32 A link is a point-to-point oriented connection between two pads, either
65 Drivers initialize entity pads by calling
87 Pads chapter
89 Pads are represented by a struct media_pad instance,
90 defined in ``include/media/media-entity.h``. Each entity stores its pads in
91 a pads array managed by the entity driver. Drivers usually embed the array in
94 Pads are identified by their entity and their 0-based index in the pads
101 Pads have flags that describe the pad capabilities and state.
119 Associate two entities via their PADs. Each entity has a list that points
120 to all links originating at or targeting any of its pads.
163 Helper functions can be used to find a link between two given pads, or a pad
194 source devices (such as a sensors) and flowing through media entity pads
209 The function will mark all the pads which are part of the pipeline as streaming.
244 for any entity which has sink pads in the pipeline. The
259 drivers can iterate over entities or pads in the pipeline with the
261 :c:macro:´media_pipeline_for_each_pad` macros. Iterating over pads is