Lines Matching full:pads
163 * @index: Pad index in the entity pads array, numbered from 0 to n
239 * @num_pads: Number of sink and source pads.
244 * @pads: Pads array with the size defined by @num_pads.
279 struct media_pad *pads; member
605 * media_entity_pads_init() - Initialize the entity pads
607 * @entity: entity where the pads belong
608 * @num_pads: total number of sink and source pads
609 * @pads: Array of @num_pads pads.
611 * The pads array is managed by the entity driver and passed to
615 * If no pads are needed, drivers could either directly fill
616 * &media_entity->num_pads with 0 and &media_entity->pads with %NULL or call
619 * As the number of pads is known in advance, the pads array is not allocated
621 * pads array in a driver-specific structure, avoiding dynamic allocation.
623 * Drivers must set the direction of every pad in the pads array before calling
624 * media_entity_pads_init(). The function will initialize the other pads fields.
627 struct media_pad *pads);
632 * @entity: entity where the pads belong
647 * @source_pad: number of the source pad in the pads array
649 * @sink_pad: number of the sink pad in the pads array.
683 * @source_pad: number of the source pad in the pads array
687 * @sink_pad: number of the sink pad in the pads array.
797 * media_entity_find_link - Find a link between two pads
843 * mappings of media pads.