Lines Matching defs:sink
167 * @sink: Part of a union. Used only if the second object (gobj1) is
168 * a pad. In that case, it represents the sink pad.
186 struct media_pad *sink;
328 * @num_pads: Number of sink and source pads.
703 * @num_pads: total number of sink and source pads
765 * @sink: pointer to &media_entity of the sink pad.
766 * @sink_pad: number of the sink pad in the pads array.
775 * When two or more links target a sink pad, only one of them can be
789 u16 source_pad, struct media_entity *sink,
801 * @sink_function: Function of the sink entities. Used only if @sink is NULL.
802 * @sink: pointer to &media_entity of the sink pad. If NULL, it will use
804 * @sink_pad: number of the sink pad in the pads array.
806 * @allow_both_undefined: if %true, then both @source and @sink can be NULL.
810 * and @sink are NULL.
824 * It is common for some devices to have multiple source and/or sink entities
840 struct media_entity *sink,
886 * link_setup operation for the two entities at the source and sink of the
901 * enabled link at a sink pad prevents another link at the same pad from
916 * @sink: Sink pad
922 struct media_pad *sink);
964 * that support a single active source or sink at a time.