Home
last modified time | relevance | path

Searched refs:vb2_core_qbuf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1637 * There is no method to propagate an error from vb2_core_qbuf(), in vb2_req_queue()
1644 err = vb2_core_qbuf(vb->vb2_queue, vb, NULL, NULL); in vb2_req_queue()
1831 int vb2_core_qbuf(struct vb2_queue *q, struct vb2_buffer *vb, void *pb, in vb2_core_qbuf() function
1966 * Since vb2_core_qbuf will return with an error, in vb2_core_qbuf()
1980 EXPORT_SYMBOL_GPL(vb2_core_qbuf);
2635 * q->min_queued_buffers can cause vb2_core_qbuf() to fail if in vb2_core_queue_init()
2949 ret = vb2_core_qbuf(q, vb2, NULL, NULL); in __vb2_init_fileio()
3137 ret = vb2_core_qbuf(q, b, NULL, NULL); in __vb2_perform_fileio()
3252 ret = vb2_core_qbuf(q, vb, NULL, NULL); in vb2_thread()
H A Dvideobuf2-v4l2.c460 * is bound to the request in vb2_core_qbuf(). in vb2_queue_or_prepare_buf()
831 ret = vb2_core_qbuf(q, vb, b, req); in vb2_qbuf()
/linux/include/media/
H A Dvideobuf2-core.h887 * vb2_core_qbuf() - Queue a buffer from userspace
912 int vb2_core_qbuf(struct vb2_queue *q, struct vb2_buffer *vb, void *pb,
/linux/drivers/media/dvb-core/
H A Ddvb_vb2.c399 ret = vb2_core_qbuf(&ctx->vb_q, vb2, b, NULL); in dvb_vb2_qbuf()