Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-dma.h40 struct xvip_pipeline { struct
51 static inline struct xvip_pipeline *to_xvip_pipeline(struct media_entity *e) in to_xvip_pipeline() argument
53 return container_of(e->pipe, struct xvip_pipeline, pipe); in to_xvip_pipeline()
83 struct xvip_pipeline pipe;
Dxilinx-dma.c101 static int xvip_pipeline_start_stop(struct xvip_pipeline *pipe, bool start) in xvip_pipeline_start_stop()
156 static int xvip_pipeline_set_stream(struct xvip_pipeline *pipe, bool on) in xvip_pipeline_set_stream()
179 static int xvip_pipeline_validate(struct xvip_pipeline *pipe, in xvip_pipeline_validate()
220 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in __xvip_pipeline_cleanup()
232 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in xvip_pipeline_cleanup()
253 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe, in xvip_pipeline_prepare()
393 struct xvip_pipeline *pipe; in xvip_dma_start_streaming()
451 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video.entity); in xvip_dma_stop_streaming()