Lines Matching refs:pad
30 A pad is a connection endpoint through which an entity can interact with
37 pad to a sink pad.
118 Drivers must set the direction of every pad in the pads array before calling
185 Pads have flags that describe the pad capabilities and state.
187 MEDIA_PAD_FL_SINK indicates that the pad supports sinking data.
188 MEDIA_PAD_FL_SOURCE indicates that the pad supports sourcing data.
191 each pad.
213 to transfer media data. When two or more links target a sink pad, only
262 Helper functions can be used to find a link between two given pads, or a pad
263 connected to another pad through an enabled link
268 media_entity_remote_pad(struct media_pad *pad);
313 link at a sink pad prevents another link at the same pad from being enabled,
366 the source pad of the connected entity and its own sink pad match. It is up