Home
last modified time | relevance | path

Searched refs:v4l2_buf (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/amlogic/c3/isp/
H A Dc3-isp-stats.c169 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_stats_vb2_buf_queue() local
171 container_of(v4l2_buf, struct c3_isp_stats_buffer, vb); in c3_isp_stats_vb2_buf_queue()
198 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_stats_vb2_buf_init() local
200 container_of(v4l2_buf, struct c3_isp_stats_buffer, vb); in c3_isp_stats_vb2_buf_init()
H A Dc3-isp-params.c760 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_params_vb2_buf_queue() local
761 struct c3_isp_params_buffer *buf = to_c3_isp_params_buffer(v4l2_buf); in c3_isp_params_vb2_buf_queue()
869 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_params_vb2_buf_init() local
871 struct c3_isp_params_buffer *buf = to_c3_isp_params_buffer(v4l2_buf); in c3_isp_params_vb2_buf_init()
882 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_params_vb2_buf_cleanup() local
883 struct c3_isp_params_buffer *buf = to_c3_isp_params_buffer(v4l2_buf); in c3_isp_params_vb2_buf_cleanup()
H A Dc3-isp-capture.c575 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_vb2_buf_queue() local
577 container_of(v4l2_buf, struct c3_isp_cap_buffer, vb); in c3_isp_vb2_buf_queue()
608 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in c3_isp_vb2_buf_init() local
610 container_of(v4l2_buf, struct c3_isp_cap_buffer, vb); in c3_isp_vb2_buf_init()
/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c641 buf->v4l2_buf.sequence = video->frame_count; in mxc_isi_video_frame_write_done()
642 buf->v4l2_buf.vb2_buf.timestamp = ktime_get_ns(); in mxc_isi_video_frame_write_done()
643 vb2_buffer_done(&buf->v4l2_buf.vb2_buf, VB2_BUF_STATE_DONE); in mxc_isi_video_frame_write_done()
747 vb2_buffer_done(&buf->v4l2_buf.vb2_buf, state); in mxc_isi_video_return_buffers()
754 vb2_buffer_done(&buf->v4l2_buf.vb2_buf, state); in mxc_isi_video_return_buffers()
804 static inline struct mxc_isi_buffer *to_isi_buffer(struct vb2_v4l2_buffer *v4l2_buf) in to_isi_buffer() argument
806 return container_of(v4l2_buf, struct mxc_isi_buffer, v4l2_buf); in to_isi_buffer()
864 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb2); in mxc_isi_video_buffer_prepare() local
879 v4l2_buf in mxc_isi_video_buffer_prepare()
917 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb2); mxc_isi_vb2_buffer_queue() local
[all...]
H A Dimx8-isi-core.h109 struct vb2_v4l2_buffer v4l2_buf; member
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c233 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in mdp_m2m_buf_prepare() local
236 v4l2_buf->field = V4L2_FIELD_NONE; in mdp_m2m_buf_prepare()
250 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in mdp_m2m_buf_out_validate() local
252 v4l2_buf->field = V4L2_FIELD_NONE; in mdp_m2m_buf_out_validate()
260 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in mdp_m2m_buf_queue() local
262 v4l2_buf->field = V4L2_FIELD_NONE; in mdp_m2m_buf_queue()
/linux/drivers/media/platform/qcom/iris/
H A Diris_vb2.c275 struct vb2_v4l2_buffer *v4l2_buf = to_vb2_v4l2_buffer(vb); in iris_vb2_buf_out_validate() local
277 v4l2_buf->field = V4L2_FIELD_NONE; in iris_vb2_buf_out_validate()
/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c1367 struct vb2_v4l2_buffer *v4l2_buf; in tw5864_handle_frame() local
1395 v4l2_buf = to_vb2_v4l2_buffer(&vb->vb.vb2_buf); in tw5864_handle_frame()
1438 v4l2_buf->field = V4L2_FIELD_INTERLACED; in tw5864_handle_frame()
1439 v4l2_buf->sequence = frame->seqno; in tw5864_handle_frame()
1448 .frame_sequence = v4l2_buf->sequence, in tw5864_handle_frame()