Searched refs:vsp1_video (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_video.h | 3 * vsp1_video.h -- R-Car VSP1 Video Node 31 struct vsp1_video { struct 49 static inline struct vsp1_video *to_vsp1_video(struct video_device *vdev) in to_vsp1_video() 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 D | vsp1_video.c | 3 * vsp1_video.c -- R-Car VSP1 Video Node 35 #include "vsp1_video.h" 63 static int vsp1_video_verify_format(struct vsp1_video *video) in vsp1_video_verify_format() 86 static int __vsp1_video_try_format(struct vsp1_video *video, in __vsp1_video_try_format() 313 vsp1_video_complete_buffer(struct vsp1_video *video) in vsp1_video_complete_buffer() 352 struct vsp1_video *video = rwpf->video; in vsp1_video_frame_end() 559 struct vsp1_video *video) in vsp1_video_pipeline_build() 646 struct vsp1_video *video) in vsp1_video_pipeline_init() 655 static struct vsp1_pipeline *vsp1_video_pipeline_get(struct vsp1_video *video) in vsp1_video_pipeline_get() 711 struct vsp1_video *vide in vsp1_video_queue_setup() [all...] |
H A D | vsp1_rwpf.h | 27 struct vsp1_video; 37 struct vsp1_video *video;
|
H A D | Makefile | 3 vsp1-y += vsp1_dl.o vsp1_drm.o vsp1_video.o
|
H A D | vsp1_drv.c | 39 #include "vsp1_video.h" 214 struct vsp1_video *video, *_video; in vsp1_destroy_entities() 379 struct vsp1_video *video = vsp1_video_create(vsp1, rpf); in vsp1_create_entities() 439 struct vsp1_video *video = vsp1_video_create(vsp1, wpf); in vsp1_create_entities()
|
H A D | vsp1_wpf.c | 18 #include "vsp1_video.h" 46 struct vsp1_video *video = wpf->video; in vsp1_wpf_set_rotation()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_video.h | 3 * vsp1_video.h -- R-Car VSP1 Video Node 31 struct vsp1_video { struct 49 static inline struct vsp1_video *to_vsp1_video(struct video_device *vdev) in to_vsp1_video() 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 D | vsp1_video.c | 3 * vsp1_video.c -- R-Car VSP1 Video Node 35 #include "vsp1_video.h" 63 static int vsp1_video_verify_format(struct vsp1_video *video) in vsp1_video_verify_format() 87 static int __vsp1_video_try_format(struct vsp1_video *video, in __vsp1_video_try_format() 314 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() 656 static struct vsp1_pipeline *vsp1_video_pipeline_get(struct vsp1_video *video) in vsp1_video_pipeline_get() 712 struct vsp1_video *vide in vsp1_video_queue_setup() [all...] |
H A D | vsp1_rwpf.h | 27 struct vsp1_video; 37 struct vsp1_video *video;
|
H A D | Makefile | 3 vsp1-y += vsp1_dl.o vsp1_drm.o vsp1_video.o
|
H A D | vsp1_drv.c | 39 #include "vsp1_video.h" 223 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 D | vsp1_wpf.c | 18 #include "vsp1_video.h" 46 struct vsp1_video *video = wpf->video; in vsp1_wpf_set_rotation()
|
Completed in 8 milliseconds