Lines Matching full:entities
31 * Drivers may register a callback to take action when new entities get
33 * links between existing entities and should not create entities and register
92 * @entities: List of registered entities
111 * access to entities and provides basic media device-level support. The
161 struct list_head entities; member
310 * Entities are identified by a unique positive integer ID. The media
314 * to the entities, but, instead, use the framework to find the ID, when
318 * calling media_device_register_entity(). Entities embedded in higher-level
326 * Entities have flags that describe the entity capabilities and state:
350 * Unregistering an entity will not change the IDs of the other entities and
351 * the previoully used ID will never be reused for a newly registered entities.
353 * When a media device is unregistered, all its entities are unregistered
354 * automatically. No manual entities unregistration is then required.
390 /* Iterate over all entities. */
392 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list)