Lines Matching refs:media_entity
40 void (*notify)(struct media_entity *entity, void *notify_data);
175 int (*enable_source)(struct media_entity *entity,
177 void (*disable_source)(struct media_entity *entity);
299 * @entity: pointer to struct &media_entity to be registered
308 * The media_entity name, type and flags fields should be initialized before
314 * this function. Otherwise, the &media_entity.pad and &media_entity.num_pads
331 struct media_entity *entity);
336 * @entity: pointer to struct &media_entity to be unregistered
349 * The media_entity instance itself must be freed explicitly by
352 void media_device_unregister_entity(struct media_entity *entity);
440 struct media_entity *entity)
444 static inline void media_device_unregister_entity(struct media_entity *entity)