Lines Matching refs:pads
22 through pads.
35 A link is a point-to-point oriented connection between two pads, either
94 Entities, pads and links
107 struct media_pad *pads, u16 extra_links);
114 As the number of pads is known in advance, the pads array is not allocated
116 pads array in a driver-specific structure, avoiding dynamic allocation.
118 Drivers must set the direction of every pad in the pads array before calling
119 media_entity_init. The function will initialize the other pads fields.
121 Unlike the number of pads, the total number of links isn't always known in
123 pre-allocates a number of links equal to the number of pads plus an optional
177 include/media/media-entity.h. Each entity stores its pads in a pads array
181 Pads are identified by their entity and their 0-based index in the pads array.
197 targeting any of its pads in a links array. A given link is thus stored
208 to source and sink pads.
262 Helper functions can be used to find a link between two given pads, or a pad
363 entity which has sink pads in the pipeline. The