Home
last modified time | relevance | path

Searched refs:vsp1_pipeline (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.h64 struct vsp1_pipeline { struct
88 static inline struct vsp1_pipeline *to_vsp1_pipeline(struct media_entity *e) in to_vsp1_pipeline() argument
91 return container_of(e->pipe, struct vsp1_pipeline, pipe); in to_vsp1_pipeline()
128 struct vsp1_pipeline pipe;
146 void vsp1_pipeline_frame_end(struct vsp1_pipeline *pipe);
148 void vsp1_pipeline_propagate_alpha(struct vsp1_pipeline *pipe,
Dvsp1_video.c310 static int vsp1_pipeline_validate_branch(struct vsp1_pipeline *pipe, in vsp1_pipeline_validate_branch()
386 static void __vsp1_pipeline_cleanup(struct vsp1_pipeline *pipe) in __vsp1_pipeline_cleanup()
407 static int vsp1_pipeline_validate(struct vsp1_pipeline *pipe, in vsp1_pipeline_validate()
475 static int vsp1_pipeline_init(struct vsp1_pipeline *pipe, in vsp1_pipeline_init()
497 static void vsp1_pipeline_cleanup(struct vsp1_pipeline *pipe) in vsp1_pipeline_cleanup()
508 static void vsp1_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_pipeline_run()
517 static bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe) in vsp1_pipeline_stopped()
529 static int vsp1_pipeline_stop(struct vsp1_pipeline *pipe) in vsp1_pipeline_stop()
555 static bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe) in vsp1_pipeline_ready()
583 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&video->video.entity); in vsp1_video_complete_buffer()
[all …]
Dvsp1_rpf.c49 struct vsp1_pipeline *pipe; in rpf_s_ctrl()
Dvsp1_wpf.c76 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&subdev->entity); in wpf_s_stream()
Dvsp1_bru.c72 struct vsp1_pipeline *pipe = to_vsp1_pipeline(&subdev->entity); in bru_s_stream()
Dvsp1_drv.c45 struct vsp1_pipeline *pipe; in vsp1_irq_handler()