Searched refs:vb2_reqbufs (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
| D | s5p_mfc_dec.c | 484 ret = vb2_reqbufs(&ctx->vq_src, reqbufs); in reqbufs_output() 500 ret = vb2_reqbufs(&ctx->vq_src, reqbufs); in reqbufs_output() 507 vb2_reqbufs(&ctx->vq_src, reqbufs); in reqbufs_output() 532 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture() 541 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture() 552 vb2_reqbufs(&ctx->vq_dst, reqbufs); in reqbufs_capture()
|
| D | s5p_mfc_enc.c | 1491 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs() 1502 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs() 1514 ret = vb2_reqbufs(&ctx->vq_dst, reqbufs); in vidioc_reqbufs() 1520 ret = vb2_reqbufs(&ctx->vq_src, reqbufs); in vidioc_reqbufs() 1544 ret = vb2_reqbufs(&ctx->vq_src, reqbufs); in vidioc_reqbufs()
|
| /Linux-v6.1/include/media/ |
| D | videobuf2-v4l2.h | 85 int vb2_reqbufs(struct vb2_queue *q, struct v4l2_requestbuffers *req);
|
| /Linux-v6.1/drivers/usb/gadget/function/ |
| D | uvc_queue.c | 184 ret = vb2_reqbufs(&queue->queue, rb); in uvcg_alloc_buffers()
|
| /Linux-v6.1/drivers/media/usb/uvc/ |
| D | uvc_queue.c | 268 ret = vb2_reqbufs(&queue->queue, rb); in uvc_request_buffers()
|
| /Linux-v6.1/drivers/media/common/videobuf2/ |
| D | videobuf2-v4l2.c | 710 int vb2_reqbufs(struct vb2_queue *q, struct v4l2_requestbuffers *req) in vb2_reqbufs() function 721 EXPORT_SYMBOL_GPL(vb2_reqbufs);
|
| /Linux-v6.1/drivers/media/platform/samsung/s3c-camif/ |
| D | camif-capture.c | 902 ret = vb2_reqbufs(&vp->vb_queue, rb); in s3c_camif_reqbufs() 908 vb2_reqbufs(&vp->vb_queue, rb); in s3c_camif_reqbufs()
|
| /Linux-v6.1/drivers/staging/media/omap4iss/ |
| D | iss_video.c | 783 return vb2_reqbufs(&vfh->queue, rb); in iss_video_reqbufs()
|
| /Linux-v6.1/drivers/media/v4l2-core/ |
| D | v4l2-mem2mem.c | 579 ret = vb2_reqbufs(vq, reqbufs); in v4l2_m2m_reqbufs()
|
| /Linux-v6.1/drivers/media/platform/ti/omap3isp/ |
| D | ispvideo.c | 907 ret = vb2_reqbufs(&vfh->queue, rb); in isp_video_reqbufs()
|