Lines Matching full:pads
185 * @index: Pad index in the entity pads array, numbered from 0 to n
264 * @num_pads: Number of sink and source pads.
269 * @pads: Pads array with the size defined by @num_pads.
304 struct media_pad *pads; member
630 * media_entity_pads_init() - Initialize the entity pads
632 * @entity: entity where the pads belong
633 * @num_pads: total number of sink and source pads
634 * @pads: Array of @num_pads pads.
636 * The pads array is managed by the entity driver and passed to
640 * If no pads are needed, drivers could either directly fill
641 * &media_entity->num_pads with 0 and &media_entity->pads with %NULL or call
644 * As the number of pads is known in advance, the pads array is not allocated
646 * pads array in a driver-specific structure, avoiding dynamic allocation.
648 * Drivers must set the direction of every pad in the pads array before calling
649 * media_entity_pads_init(). The function will initialize the other pads fields.
652 struct media_pad *pads);
657 * @entity: entity where the pads belong
671 * @entity: entity where the pads belong
690 * @source_pad: number of the source pad in the pads array
692 * @sink_pad: number of the sink pad in the pads array.
726 * @source_pad: number of the source pad in the pads array
730 * @sink_pad: number of the sink pad in the pads array.
840 * media_entity_find_link - Find a link between two pads
873 * mappings of media pads.