Lines Matching full:entities

66  * struct media_entity_enum - An enumeration of media entities.
81 * on the path the media entities to be walked and the
85 * @ent_enum: Visited entities
238 * This allows runtime type identification of media entities and safe casting to
266 * re-used if entities are unregistered or registered again.
324 * @links: List of links pointing to graph entities
434 * @idx_max: Maximum number of entities in the enumeration
685 * media_create_pad_link() - creates a link between two entities.
717 * media_create_pad_links() - creates a link between two entities.
720 * @source_function: Function of the source entities. Used only if @source is
723 * all entities that matches the @sink_function.
725 * @sink_function: Function of the sink entities. Used only if @sink is NULL.
727 * all entities that matches the @sink_function.
731 * In such case, it will create a crossbar between all entities that
732 * matches @source_function to all entities that matches @sink_function.
748 * It is common for some devices to have multiple source and/or sink entities
757 * entities to be linked.
788 * The bulk of link setup is handled by the two entities connected through the
789 * link. This function notifies both entities of the link configuration change.
810 * link_setup operation for the two entities at the source and sink of the
842 * Return: returns a pointer to the link between the two entities. If no
914 * entities graph starting at the given entity. The traversal
926 * Perform a depth-first traversal of the given media entities graph.
939 * @pipe: Media pipeline to be assigned to all entities in the pipeline.
941 * Mark all entities connected to a given entity through enabled links, either
956 * @pipe: Media pipeline to be assigned to all entities in the pipeline.
967 * Mark all entities connected to a given entity through enabled links, either