Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dvideobuf2-v4l2.h128 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c622 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf() function
627 EXPORT_SYMBOL_GPL(vb2_expbuf);
821 return vb2_expbuf(vdev->queue, p); in vb2_ioctl_expbuf()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mem2mem.c557 return vb2_expbuf(vq, eb); in v4l2_m2m_expbuf()