Lines Matching full:pads

105  * @pads:		List of media_pipeline_pad
111 struct list_head pads; member
118 * @list: Entry in the media_pad pads list
124 * pipeline, and stored in the &media_pad.pads list. media_pipeline_stop()
207 * @index: Pad index in the entity pads array, numbered from 0 to n
240 * @has_pad_interdep: Return whether a two pads inside the entity are
241 * interdependent. If two pads are interdependent they are
242 * part of the same pipeline and enabling one of the pads
246 * Optional: If the operation isn't implemented all pads
304 * @num_pads: Number of sink and source pads.
309 * @pads: Pads array with the size defined by @num_pads.
341 struct media_pad *pads; member
357 * media_entity_for_each_pad - Iterate on all pads in an entity
358 * @entity: The entity the pads belong to
361 * Iterate on all pads in a media entity.
364 for (iter = (entity)->pads; \
365 iter < &(entity)->pads[(entity)->num_pads]; \
676 * media_entity_pads_init() - Initialize the entity pads
678 * @entity: entity where the pads belong
679 * @num_pads: total number of sink and source pads
680 * @pads: Array of @num_pads pads.
682 * The pads array is managed by the entity driver and passed to
686 * If no pads are needed, drivers could either directly fill
687 * &media_entity->num_pads with 0 and &media_entity->pads with %NULL or call
690 * As the number of pads is known in advance, the pads array is not allocated
692 * pads array in a driver-specific structure, avoiding dynamic allocation.
694 * Drivers must set the direction of every pad in the pads array before calling
695 * media_entity_pads_init(). The function will initialize the other pads fields.
698 struct media_pad *pads);
703 * @entity: entity where the pads belong
721 * @entity: entity where the pads belong
740 * @source_pad: number of the source pad in the pads array
742 * @sink_pad: number of the sink pad in the pads array.
776 * @source_pad: number of the source pad in the pads array
780 * @sink_pad: number of the sink pad in the pads array.
890 * media_entity_find_link - Find a link between two pads
917 * link. If multiple (or no) remote pads are found, an error is returned.
936 * enabled link. If multiple (or no) remote pads match these criteria, an error
958 * enabled link. If multiple (or no) remote pads match these criteria, an error
1018 * multiple streams (either on different pads, or on the same pad using
1051 * mappings of media pads.
1119 * @pipe: Media pipeline to be assigned to all pads in the pipeline.
1121 * Mark all pads connected to a given pad through enabled links, either
1136 * @pipe: Media pipeline to be assigned to all pads in the pipeline.
1147 * Mark all pads connected to a given pads through enabled links, either