Lines Matching full:sink
35 * sink pad.
48 * sink pad.
62 route = source->sink->route->inputs[source->sink_pad];
189 * media bus codes on the sink pad and reports a source pad format identical to
190 * the sink pad.
209 * The entity can't perform format conversion, the sink format
240 * minimum and maximum frame width and height on the sink pad, and a fixed
241 * source pad size identical to the sink pad.
275 * the size on the sink pad.
303 * supplied minimum and maximum, and propagates the sink pad format to the
428 struct vsp1_entity *sink
435 if (sink->type != VSP1_ENTITY_HGO &&
436 sink->type != VSP1_ENTITY_HGT) {
437 if (source->sink)
439 source->sink = sink;
443 source->sink = NULL;
454 struct vsp1_entity *sink;
457 sink = media_entity_to_vsp1_entity(sink_pad->entity);
462 if (sink->sources[sink_pad->index])
465 sink->sources[sink_pad->index] = source;
467 sink->sources[sink_pad->index] = NULL;
510 /* If we're the sink the source will never be an HGO or HGT. */
511 if (link->sink == pad)
517 /* If the sink isn't a subdevice it can't be an HGO or HGT. */
518 if (!is_media_entity_v4l2_subdev(link->sink->entity))
519 return link->sink;
521 entity = media_entity_to_vsp1_entity(link->sink->entity);
524 return link->sink;
630 /* Single-pad entities only have a sink. */