Home
last modified time | relevance | path

Searched defs:vsp1_pipeline (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h101 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];
[all …]