struct media_link — A link object part of a media graph.
struct media_link { struct media_gobj graph_obj; struct list_head list; union {unnamed_union}; struct media_link * reverse; unsigned long flags; bool is_backlink; };
Embedded structure containing the media object common data
Linked list associated with an entity or an interface that owns the link.
anonymous
Pointer to the link for the reverse direction of a pad to pad link.
Link flags, as defined in uapi/media.h (MEDIA_LNK_FL_*)
Indicate if the link is a backlink.