Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.h31 struct vsp1_video { struct
49 static inline struct vsp1_video *to_vsp1_video(struct video_device *vdev) in to_vsp1_video() argument
51 return container_of(vdev, struct vsp1_video, video); in to_vsp1_video()
57 struct vsp1_video *vsp1_video_create(struct vsp1_device *vsp1,
59 void vsp1_video_cleanup(struct vsp1_video *video);
H A Dvsp1_video.c314 vsp1_video_complete_buffer(struct vsp1_video *video) in vsp1_video_complete_buffer()
353 struct vsp1_video *video = rwpf->video; in vsp1_video_frame_end()
560 struct vsp1_video *video) in vsp1_video_pipeline_build()
647 struct vsp1_video *video) in vsp1_video_pipeline_init()
712 struct vsp1_video *video = vb2_get_drv_priv(vq); in vsp1_video_queue_setup()
865 struct vsp1_video *video = vb2_get_drv_priv(vq); in vsp1_video_start_streaming()
907 struct vsp1_video *video = vb2_get_drv_priv(vq); in vsp1_video_stop_streaming()
1105 struct vsp1_video *video = video_drvdata(file); in vsp1_video_open()
1130 struct vsp1_video *video = video_drvdata(file); in vsp1_video_release()
1236 struct vsp1_video *video; in vsp1_video_create()
[all …]
H A Dvsp1_rwpf.h27 struct vsp1_video;
37 struct vsp1_video *video;
H A DMakefile3 vsp1-y += vsp1_dl.o vsp1_drm.o vsp1_video.o
H A Dvsp1_drv.c223 struct vsp1_video *video, *_video; in vsp1_destroy_entities()
386 struct vsp1_video *video = vsp1_video_create(vsp1, rpf); in vsp1_create_entities()
446 struct vsp1_video *video = vsp1_video_create(vsp1, wpf); in vsp1_create_entities()
H A Dvsp1_wpf.c46 struct vsp1_video *video = wpf->video; in vsp1_wpf_set_rotation()