Searched refs:vsp1_video (Results 1 – 7 of 7) sorted by relevance
23 struct vsp1_video;111 void (*queue)(struct vsp1_video *video, struct vsp1_video_buffer *buf);114 struct vsp1_video { struct138 static inline struct vsp1_video *to_vsp1_video(struct video_device *vdev) in to_vsp1_video() argument140 return container_of(vdev, struct vsp1_video, video); in to_vsp1_video()143 int vsp1_video_init(struct vsp1_video *video, struct vsp1_entity *rwpf);144 void vsp1_video_cleanup(struct vsp1_video *video);
173 static int vsp1_video_verify_format(struct vsp1_video *video) in vsp1_video_verify_format()196 static int __vsp1_video_try_format(struct vsp1_video *video, in __vsp1_video_try_format()278 vsp1_video_format_adjust(struct vsp1_video *video, in vsp1_video_format_adjust()408 struct vsp1_video *video) in vsp1_pipeline_validate()476 struct vsp1_video *video) in vsp1_pipeline_init()581 vsp1_video_complete_buffer(struct vsp1_video *video) in vsp1_video_complete_buffer()623 struct vsp1_video *video) in vsp1_video_frame_end()795 struct vsp1_video *video = vb2_get_drv_priv(vq); in vsp1_video_queue_setup()825 struct vsp1_video *video = vb2_get_drv_priv(vb->vb2_queue); in vsp1_video_buffer_prepare()847 struct vsp1_video *video = vb2_get_drv_priv(vb->vb2_queue); in vsp1_video_buffer_queue()[all …]
22 struct vsp1_video;74 struct vsp1_video *video;
1 vsp1-y := vsp1_drv.o vsp1_entity.o vsp1_video.o
29 struct vsp1_video video;
189 static void rpf_vdev_queue(struct vsp1_video *video, in rpf_vdev_queue()222 struct vsp1_video *video; in vsp1_rpf_create()
198 static void wpf_vdev_queue(struct vsp1_video *video, in wpf_vdev_queue()221 struct vsp1_video *video; in vsp1_wpf_create()