Lines Matching refs:media_link
154 * struct media_link - A link object part of a media graph.
176 struct media_link {
189 struct media_link *reverse;
284 int (*link_validate)(struct media_link *link);
646 * gobj_to_link - returns the struct &media_link pointer from the
652 container_of(gobj, struct media_link, graph_obj)
873 int __media_entity_setup_link(struct media_link *link, u32 flags);
878 * @link: pointer to &media_link
911 int media_entity_setup_link(struct media_link *link, u32 flags);
921 struct media_link *media_entity_find_link(struct media_pad *source,
1344 struct media_link *
1351 * @link: pointer to &media_link.
1355 void __media_remove_intf_link(struct media_link *link);
1360 * @link: pointer to &media_link.
1364 void media_remove_intf_link(struct media_link *link);
1420 struct media_link *
1428 * @link: pointer to a &media_link to hold the iterated values
1435 struct media_link *__media_entity_next_link(struct media_entity *entity,
1436 struct media_link *link,
1443 * @link: pointer to a &media_link to hold the iterated values