Lines Matching full:entities
32 * Drivers may register a callback to take action when new entities get
34 * links between existing entities and should not create entities and register
93 * @entities: List of registered entities
112 * access to entities and provides basic media device-level support. The
162 struct list_head entities; member
301 * Entities are identified by a unique positive integer ID. The media
305 * to the entities, but, instead, use the framework to find the ID, when
309 * calling media_device_register_entity(). Entities embedded in higher-level
317 * Entities have flags that describe the entity capabilities and state:
341 * Unregistering an entity will not change the IDs of the other entities and
342 * the previoully used ID will never be reused for a newly registered entities.
344 * When a media device is unregistered, all its entities are unregistered
345 * automatically. No manual entities unregistration is then required.
381 /* Iterate over all entities. */
383 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list)