Home
last modified time | relevance | path

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

/Linux-v6.1/include/media/
Dvideobuf2-core.h828 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb);
/Linux-v6.1/drivers/media/common/videobuf2/
Dvideobuf2-core.c1559 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_prepare_buf() function
1586 EXPORT_SYMBOL_GPL(vb2_core_prepare_buf);
Dvideobuf2-v4l2.c738 return ret ? ret : vb2_core_prepare_buf(q, b->index, b); in vb2_prepare_buf()