media_entity_find_link(9) Find a link between two pads

SYNOPSIS

struct media_link * media_entity_find_link(struct media_pad * source, struct media_pad * sink);

ARGUMENTS

source

Source pad

sink

Sink pad

DESCRIPTION

Return a pointer to the link between the two entities. If no such link exists, return NULL.

COPYRIGHT