Lines Matching full:entities
68 * struct media_entity_enum - An enumeration of media entities.
83 * on the path the media entities to be walked and the
87 * @ent_enum: Visited entities
280 * This allows runtime type identification of media entities and safe casting to
308 * re-used if entities are unregistered or registered again.
372 * @links: List of links pointing to graph entities
737 * media_create_pad_link() - creates a link between two entities.
769 * media_create_pad_links() - creates a link between two entities.
772 * @source_function: Function of the source entities. Used only if @source is
775 * all entities that matches the @sink_function.
777 * @sink_function: Function of the sink entities. Used only if @sink is NULL.
779 * all entities that matches the @sink_function.
783 * In such case, it will create a crossbar between all entities that
784 * matches @source_function to all entities that matches @sink_function.
800 * It is common for some devices to have multiple source and/or sink entities
809 * entities to be linked.
840 * The bulk of link setup is handled by the two entities connected through the
841 * link. This function notifies both entities of the link configuration change.
862 * link_setup operation for the two entities at the source and sink of the
894 * Return: returns a pointer to the link between the two entities. If no
919 * The uniqueness constraint makes this helper function suitable for entities
939 * The uniqueness constraint makes this helper function suitable for entities
961 * The uniqueness constraint makes this helper function suitable for entities
1017 * In general, entities can be part of multiple pipelines, when carrying
1019 * multiplexed streams). This function is to be used only for entities that
1094 * entities graph starting at the given entity. The traversal
1106 * Perform a depth-first traversal of the given media entities graph.
1310 * Create an ancillary link between two entities, indicating that they