Lines Matching defs:source
117 * @source: Part of a union. Used only if the first object (gobj0) is
118 * a pad. In that case, it represents the source pad.
137 struct media_pad *source;
163 * taken from an analog TV video source. On such case, it usually
262 * @num_pads: Number of sink and source pads.
631 * @num_pads: total number of sink and source pads
670 * @is_sink: true if the pad is a sink, false if it is a source
687 * @source: pointer to &media_entity of the source pad.
688 * @source_pad: number of the source pad in the pads array
712 __must_check int media_create_pad_link(struct media_entity *source,
720 * @source_function: Function of the source entities. Used only if @source is
722 * @source: pointer to &media_entity of the source pad. If NULL, it will use
724 * @source_pad: number of the source pad in the pads array
730 * @allow_both_undefined: if %true, then both @source and @sink can be NULL.
733 * If %false, it will return 0 and won't create any link if both @source
748 * It is common for some devices to have multiple source and/or sink entities
761 struct media_entity *source,
794 * The user is expected to hold link->source->parent->mutex. If not,
810 * link_setup operation for the two entities at the source and sink of the
839 * @source: Source pad
845 struct media_link *media_entity_find_link(struct media_pad *source,