Home
last modified time | relevance | path

Searched refs:vsp1_video (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.h23 struct vsp1_video;
111 void (*queue)(struct vsp1_video *video, struct vsp1_video_buffer *buf);
114 struct vsp1_video { struct
138 static inline struct vsp1_video *to_vsp1_video(struct video_device *vdev) in to_vsp1_video() argument
140 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);
Dvsp1_video.c173 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 …]
Dvsp1_entity.h22 struct vsp1_video;
74 struct vsp1_video *video;
DMakefile1 vsp1-y := vsp1_drv.o vsp1_entity.o vsp1_video.o
Dvsp1_rwpf.h29 struct vsp1_video video;
Dvsp1_rpf.c189 static void rpf_vdev_queue(struct vsp1_video *video, in rpf_vdev_queue()
222 struct vsp1_video *video; in vsp1_rpf_create()
Dvsp1_wpf.c198 static void wpf_vdev_queue(struct vsp1_video *video, in wpf_vdev_queue()
221 struct vsp1_video *video; in vsp1_wpf_create()