Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-dma.h37 struct xvip_pipeline { struct
48 static inline struct xvip_pipeline *to_xvip_pipeline(struct video_device *vdev) in to_xvip_pipeline() argument
55 return container_of(pipe, struct xvip_pipeline, pipe); in to_xvip_pipeline()
84 struct xvip_pipeline pipe;
H A Dxilinx-dma.c97 static int xvip_pipeline_start_stop(struct xvip_pipeline *pipe, bool start) in xvip_pipeline_start_stop()
151 static int xvip_pipeline_set_stream(struct xvip_pipeline *pipe, bool on) in xvip_pipeline_set_stream()
174 static int xvip_pipeline_validate(struct xvip_pipeline *pipe, in xvip_pipeline_validate()
208 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in __xvip_pipeline_cleanup()
220 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in xvip_pipeline_cleanup()
241 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe, in xvip_pipeline_prepare()
378 struct xvip_pipeline *pipe; in xvip_dma_start_streaming()
435 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video); in xvip_dma_stop_streaming()