Home
last modified time | relevance | path

Searched refs:v4l2_m2m_queue_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/media/
Dv4l2-mem2mem.h65 struct v4l2_m2m_queue_ctx { struct
113 struct v4l2_m2m_queue_ctx cap_q_ctx;
115 struct v4l2_m2m_queue_ctx out_q_ctx;
616 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx);
647 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx);
742 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx);
775 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx,
805 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx);
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-mem2mem.c114 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx, in get_queue_ctx()
126 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_get_vq()
136 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_next_buf()
154 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_last_buf()
172 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx) in v4l2_m2m_buf_remove()
191 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx, in v4l2_m2m_buf_remove_by_buf()
206 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx) in v4l2_m2m_buf_remove_by_idx()
873 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_streamoff()
1220 struct v4l2_m2m_queue_ctx *out_q_ctx, *cap_q_ctx; in v4l2_m2m_ctx_init()
1279 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_buf_queue()