Searched refs:vb2_qbuf (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
D | vb2-trace.c | 10 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
|
D | videobuf2-v4l2.c | 811 int vb2_qbuf(struct vb2_queue *q, struct media_device *mdev, in vb2_qbuf() function 830 EXPORT_SYMBOL_GPL(vb2_qbuf); 1055 return vb2_qbuf(vdev->queue, vdev->v4l2_dev->mdev, p); in vb2_ioctl_qbuf()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | vb2.h | 61 DEFINE_EVENT(vb2_event_class, vb2_qbuf,
|
/kernel/linux/linux-5.10/include/media/ |
D | videobuf2-v4l2.h | 151 int vb2_qbuf(struct vb2_queue *q, struct media_device *mdev,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | uvc_queue.c | 169 ret = vb2_qbuf(&queue->queue, NULL, buf); in uvcg_queue_buffer()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
D | uvc_queue.c | 307 ret = vb2_qbuf(&queue->queue, mdev, buf); in uvc_queue_buffer()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 607 return vb2_qbuf(&ctx->vq_src, NULL, buf); in vidioc_qbuf() 609 return vb2_qbuf(&ctx->vq_dst, NULL, buf); in vidioc_qbuf()
|
D | s5p_mfc_enc.c | 1615 return vb2_qbuf(&ctx->vq_src, NULL, buf); in vidioc_qbuf() 1617 return vb2_qbuf(&ctx->vq_dst, NULL, buf); in vidioc_qbuf()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
D | iss_video.c | 800 return vb2_qbuf(&vfh->queue, video->video.v4l2_dev->mdev, b); in iss_video_qbuf()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 935 ret = vb2_qbuf(&vfh->queue, video->video.v4l2_dev->mdev, b); in isp_video_qbuf()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 772 ret = vb2_qbuf(vq, vdev->v4l2_dev->mdev, buf); in v4l2_m2m_qbuf()
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 936 return vb2_qbuf(&vp->vb_queue, vp->vdev.v4l2_dev->mdev, buf); in s3c_camif_qbuf()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0027_linux_drivers_media.patch | 5870 + return vb2_qbuf(&csi_dev->vb2_vidq, NULL, p);
|
D | 0038_linux_drivers_mxc.patch | 173742 + ret = vb2_qbuf(&ctx->output_que, vdev->v4l2_dev->mdev, buf); 173746 + ret = vb2_qbuf(&ctx->input_que, vdev->v4l2_dev->mdev, buf); 175083 + ret = vb2_qbuf(&ctx->output_que, vdev->v4l2_dev->mdev, buf); 175088 + ret = vb2_qbuf(&ctx->input_que, vdev->v4l2_dev->mdev, buf); 190051 + ret = vb2_qbuf(&queue->vb2_q, queue->ctx->dev->v4l2_dev.mdev, buf); 190053 + ret = vb2_qbuf(&queue->vb2_q, buf); 199327 + ret = vb2_qbuf(&queue->vb2_q, queue->ctx->dev->v4l2_dev.mdev, buf); 199329 + ret = vb2_qbuf(&queue->vb2_q, buf);
|