Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dvideobuf2-core.h514 int vb2_core_dqbuf(struct vb2_queue *q, void *pb, bool nonblocking);
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c1602 int vb2_core_dqbuf(struct vb2_queue *q, void *pb, bool nonblocking) in vb2_core_dqbuf() function
1645 EXPORT_SYMBOL_GPL(vb2_core_dqbuf);
Dvideobuf2-v4l2.c584 ret = vb2_core_dqbuf(q, b, nonblocking); in vb2_internal_dqbuf()