Lines Matching defs:vsp1_pipeline
112 struct vsp1_pipeline { struct
116 enum vsp1_pipeline_state state; argument
119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); argument
121 struct mutex lock;
122 struct kref kref;
123 unsigned int stream_count;
124 unsigned int buffers_ready;
125 unsigned int sequence;
127 unsigned int num_inputs;
128 struct vsp1_rwpf *inputs[VSP1_MAX_RPF];
129 struct vsp1_rwpf *output;
153 void vsp1_pipeline_reset(struct vsp1_pipeline *pipe); argument