Searched defs:vb2_reqbufs (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dvideobuf2-core.c454 * vb2_reqbufs() - Initiate streaming
470 * If the queue has been allocated previously (by a previous vb2_reqbufs) call
476 int vb2_reqbufs(struct vb2_queue *q, struct v4l2_requestbuffers *req) function
595 EXPORT_SYMBOL_GPL(vb2_reqbufs); variable
1833 ret = vb2_reqbufs(q, &fileio->req);
1889 vb2_reqbufs(q, &fileio->req);
1913 vb2_reqbufs(q, &fileio->req);

Completed in 53 milliseconds