Searched refs:vb2_qbuf (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/media/v4l2-core/ |
D | vb2-trace.c | 9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
|
D | videobuf2-v4l2.c | 563 int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_qbuf() function 572 EXPORT_SYMBOL_GPL(vb2_qbuf); 1477 return vb2_qbuf(vdev->queue, p); in vb2_ioctl_qbuf()
|
D | v4l2-mem2mem.c | 414 ret = vb2_qbuf(vq, buf); in v4l2_m2m_qbuf()
|
/linux-4.4.14/include/trace/events/ |
D | vb2.h | 57 DEFINE_EVENT(vb2_event_class, vb2_qbuf,
|
/linux-4.4.14/include/media/ |
D | videobuf2-v4l2.h | 59 int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b);
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_queue.c | 173 ret = vb2_qbuf(&queue->queue, buf); in uvcg_queue_buffer()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_queue.c | 272 ret = vb2_qbuf(&queue->queue, buf); in uvc_queue_buffer()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 629 return vb2_qbuf(&ctx->vq_src, buf); in vidioc_qbuf() 631 return vb2_qbuf(&ctx->vq_dst, buf); in vidioc_qbuf()
|
D | s5p_mfc_enc.c | 1265 return vb2_qbuf(&ctx->vq_src, buf); in vidioc_qbuf() 1267 return vb2_qbuf(&ctx->vq_dst, buf); in vidioc_qbuf()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 698 return vb2_qbuf(&vfh->queue, b); in iss_video_qbuf()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_video.c | 710 return vb2_qbuf(&layer->vb_queue, p); in mxr_qbuf()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1418 return vb2_qbuf(&video->buffer_queue, p); in vpfe_qbuf()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 859 ret = vb2_qbuf(&vfh->queue, b); in isp_video_qbuf()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 957 return vb2_qbuf(&vp->vb_queue, buf); in s3c_camif_qbuf()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 420 return vb2_qbuf(&icd->vb2_vidq, p); in soc_camera_qbuf()
|