Searched defs:media_entity (Results 1 – 1 of 1) sorted by relevance
51 struct media_entity { struct71 const struct media_entity_operations *ops; /* Entity operations */ argument77 int stream_count; /* Stream count for the entity. */78 int use_count; /* Use count for the entity. */80 struct media_pipeline *pipe; /* Pipeline this entity belongs to. */104 static inline u32 media_entity_type(struct media_entity *entity) in media_entity_type() argument