Home
last modified time | relevance | path

Searched refs:camss_video (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-video.h28 struct camss_video;
31 int (*queue_buffer)(struct camss_video *vid, struct camss_buffer *buf);
32 int (*flush_buffers)(struct camss_video *vid,
36 struct camss_video { struct
53 int msm_video_register(struct camss_video *video, struct v4l2_device *v4l2_dev, argument
56 void msm_video_unregister(struct camss_video *video);
H A Dcamss-video.c122 struct camss_video *video = vb2_get_drv_priv(q); in video_queue_setup()
230 struct camss_video *video = vb2_get_drv_priv(q); in video_start_streaming()
278 struct camss_video *video = vb2_get_drv_priv(q); in video_stop_streaming()
335 struct camss_video *video = video_drvdata(file); in video_enum_fmt()
393 struct camss_video *video = video_drvdata(file); in video_enum_framesizes()
422 struct camss_video *video = video_drvdata(file); in video_g_fmt()
511 struct camss_video *video = video_drvdata(file); in video_try_fmt()
518 struct camss_video *video = video_drvdata(file); in video_s_fmt()
585 struct camss_video *video = video_drvdata(file); in video_open()
651 struct camss_video *video = video_get_drvdata(vdev); in msm_video_release()
[all …]
H A Dcamss-vfe.h93 struct camss_video video_out;
192 int vfe_flush_buffers(struct camss_video *vid, enum vb2_buffer_state state);
309 int vfe_queue_buffer_v2(struct camss_video *vid,
H A Dcamss-vfe.c565 int vfe_queue_buffer_v2(struct camss_video *vid, in vfe_queue_buffer_v2()
1154 int vfe_flush_buffers(struct camss_video *vid, in vfe_flush_buffers()
2003 struct camss_video *video_out; in msm_vfe_register_entities()
2119 struct camss_video *video_out = &vfe->line[i].video_out; in msm_vfe_unregister_entities()
H A Dcamss-vfe-gen1.c689 static int vfe_queue_buffer(struct camss_video *vid, struct camss_buffer *buf) in vfe_queue_buffer()