Searched refs:vb2_core_dqbuf (Results 1 – 3 of 3) sorted by relevance
| /drivers/media/dvb-core/ |
| A D | dvb_vb2.c | 415 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking); in dvb_vb2_dqbuf()
|
| /drivers/media/common/videobuf2/ |
| A D | videobuf2-core.c | 2138 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf() function 2194 EXPORT_SYMBOL_GPL(vb2_core_dqbuf); 3058 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio() 3228 ret = vb2_core_dqbuf(q, &index, NULL, 0); in vb2_thread()
|
| A D | videobuf2-v4l2.c | 852 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()
|
Completed in 15 milliseconds