Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dvideobuf2-core.h786 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb);
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-core.c1419 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_prepare_buf() function
1446 EXPORT_SYMBOL_GPL(vb2_core_prepare_buf);
Dvideobuf2-v4l2.c687 return ret ? ret : vb2_core_prepare_buf(q, b->index, b); in vb2_prepare_buf()