Searched refs:vb2_qbuf (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
H A Dvb2-trace.c9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf); variable
H A Dvideobuf2-v4l2.c547 * vb2_qbuf() - Queue a buffer from userspace
563 int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b) vb2_qbuf() function
572 EXPORT_SYMBOL_GPL(vb2_qbuf); variable
1189 * Call vb2_qbuf and give buffer to the driver. __vb2_perform_fileio()
1477 return vb2_qbuf(vdev->queue, p); vb2_ioctl_qbuf()
H A Dv4l2-mem2mem.c414 ret = vb2_qbuf(vq, buf); v4l2_m2m_qbuf()
/linux-4.4.14/include/trace/events/
H A Dvb2.h57 DEFINE_EVENT(vb2_event_class, vb2_qbuf,
/linux-4.4.14/include/media/
H A Dvideobuf2-v4l2.h59 int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b);
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_queue.c173 ret = vb2_qbuf(&queue->queue, buf); uvcg_queue_buffer()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_queue.c272 ret = vb2_qbuf(&queue->queue, buf); uvc_queue_buffer()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c629 return vb2_qbuf(&ctx->vq_src, buf); vidioc_qbuf()
631 return vb2_qbuf(&ctx->vq_dst, buf); vidioc_qbuf()
H A Ds5p_mfc_enc.c1265 return vb2_qbuf(&ctx->vq_src, buf); vidioc_qbuf()
1267 return vb2_qbuf(&ctx->vq_dst, buf); vidioc_qbuf()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c1108 * This is the callback function for buffer prepare when vb2_qbuf()
1418 return vb2_qbuf(&video->buffer_queue, p); vpfe_qbuf()
/linux-4.4.14/drivers/staging/media/omap4iss/
H A Diss_video.c698 return vb2_qbuf(&vfh->queue, b); iss_video_qbuf()
/linux-4.4.14/drivers/media/platform/davinci/
H A Dvpif_display.c66 * This is the callback function for buffer prepare when vb2_qbuf()
H A Dvpbe_display.c199 * This is the callback function called from vb2_qbuf() function
H A Dvpif_capture.c70 * This is the callback function for buffer prepare when vb2_qbuf()
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dmixer_video.c710 return vb2_qbuf(&layer->vb_queue, p); mxr_qbuf()
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispvideo.c859 ret = vb2_qbuf(&vfh->queue, b); isp_video_qbuf()
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c957 return vb2_qbuf(&vp->vb_queue, buf); s3c_camif_qbuf()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dsoc_camera.c420 return vb2_qbuf(&icd->vb2_vidq, p); soc_camera_qbuf()
/linux-4.4.14/drivers/media/platform/am437x/
H A Dam437x-vpfe.c1941 * This is the callback function for buffer prepare when vb2_qbuf()

Completed in 676 milliseconds