Searched refs:xvip_pipeline (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.h | 29 * struct xvip_pipeline - Xilinx Video IP pipeline structure 37 struct xvip_pipeline { struct 48 static inline struct xvip_pipeline *to_xvip_pipeline(struct media_entity *e) in to_xvip_pipeline() 50 return container_of(e->pipe, struct xvip_pipeline, pipe); in to_xvip_pipeline() 79 struct xvip_pipeline pipe;
|
H A D | xilinx-dma.c | 97 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() 224 static void __xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in __xvip_pipeline_cleanup() 236 static void xvip_pipeline_cleanup(struct xvip_pipeline *pipe) in xvip_pipeline_cleanup() 257 static int xvip_pipeline_prepare(struct xvip_pipeline *pipe, in xvip_pipeline_prepare() 394 struct xvip_pipeline *pipe; in xvip_dma_start_streaming() 452 struct xvip_pipeline *pipe = to_xvip_pipeline(&dma->video.entity); in xvip_dma_stop_streaming()
|
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.h | 29 * 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) in to_xvip_pipeline() 55 return container_of(pipe, struct xvip_pipeline, pipe); in to_xvip_pipeline() 84 struct xvip_pipeline pipe;
|
H A D | xilinx-dma.c | 97 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()
|
Completed in 5 milliseconds