Lines Matching defs:vsp1_pipeline
101 struct vsp1_pipeline { struct
105 enum vsp1_pipeline_state state; argument
108 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); argument
110 struct mutex lock;
111 struct kref kref;
112 unsigned int stream_count;
113 unsigned int buffers_ready;
114 unsigned int sequence;
116 unsigned int num_inputs;
117 struct vsp1_rwpf *inputs[VSP1_MAX_RPF];
118 struct vsp1_rwpf *output;
119 struct vsp1_entity *brx;
143 void vsp1_pipeline_reset(struct vsp1_pipeline *pipe); argument