Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1453 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
1461 vb2_core_qbuf(vb->vb2_queue, vb->index, NULL, NULL); in vb2_req_queue()
1607 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb, in vb2_core_qbuf() function
1759 EXPORT_SYMBOL_GPL(vb2_core_qbuf);
2649 ret = vb2_core_qbuf(q, i, NULL, NULL); in __vb2_init_fileio()
2834 ret = vb2_core_qbuf(q, index, NULL, NULL); in __vb2_perform_fileio()
2937 ret = vb2_core_qbuf(q, vb->index, NULL, NULL); in vb2_thread()
H A Dvideobuf2-v4l2.c831 ret = vb2_core_qbuf(q, b->index, b, req); in vb2_qbuf()
/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-core.h846 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb,
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_vb2.c398 ret = vb2_core_qbuf(&ctx->vb_q, b->index, b, NULL); in dvb_vb2_qbuf()