Home
last modified time | relevance | path

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

/Linux-v4.19/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()
82 struct xvip_pipeline pipe;
Dxilinx-dma.c100 static int xvip_pipeline_start_stop(struct xvip_pipeline *pipe, bool start) in xvip_pipeline_start_stop()
154 static int xvip_pipeline_set_stream(struct xvip_pipeline *pipe, bool on) in xvip_pipeline_set_stream()
177 static int xvip_pipeline_validate(struct xvip_pipeline *pipe, in xvip_pipeline_validate()
227 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in __xvip_pipeline_cleanup()
239 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in xvip_pipeline_cleanup()
260 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe, in xvip_pipeline_prepare()
397 struct xvip_pipeline *pipe; in xvip_dma_start_streaming()
455 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video.entity); in xvip_dma_stop_streaming()