Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-core.h872 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb,
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_vb2.c414 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1910 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() function
1966 EXPORT_SYMBOL_GPL(vb2_core_dqbuf);
2758 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio()
2920 ret = vb2_core_dqbuf(q, &index, NULL, 0); in vb2_thread()
H A Dvideobuf2-v4l2.c852 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()