|
@@ -179,6 +179,9 @@ struct media_pad {
|
|
* @link_validate: Return whether a link is valid from the entity point of
|
|
* @link_validate: Return whether a link is valid from the entity point of
|
|
* view. The media_entity_pipeline_start() function
|
|
* view. The media_entity_pipeline_start() function
|
|
* validates all links by calling this operation. Optional.
|
|
* validates all links by calling this operation. Optional.
|
|
|
|
+ *
|
|
|
|
+ * Note: Those these callbacks are called with struct media_device.@graph_mutex
|
|
|
|
+ * mutex held.
|
|
*/
|
|
*/
|
|
struct media_entity_operations {
|
|
struct media_entity_operations {
|
|
int (*link_setup)(struct media_entity *entity,
|
|
int (*link_setup)(struct media_entity *entity,
|