Searched refs:xvip_pipeline (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.h29 * struct xvip_pipeline - Xilinx Video IP pipeline structure
37 struct xvip_pipeline { struct
48 static inline struct xvip_pipeline *to_xvip_pipeline(struct video_device *vdev)
55 return container_of(pipe, struct xvip_pipeline, pipe);
84 struct xvip_pipeline pipe;
H A Dxilinx-dma.c97 static int xvip_pipeline_start_stop(struct xvip_pipeline *pipe, bool start)
151 static int xvip_pipeline_set_stream(struct xvip_pipeline *pipe, bool on)
174 static int xvip_pipeline_validate(struct xvip_pipeline *pipe,
208 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe)
220 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe)
241 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe,
378 struct xvip_pipeline *pipe;
435 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video);

Completed in 93 milliseconds