Home
last modified time | relevance | path

Searched refs:vb2_dqbuf (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvb2-trace.c9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf); variable
H A Dvideobuf2-v4l2.c832 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function
861 EXPORT_SYMBOL_GPL(vb2_dqbuf); variable
1065 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvb2-trace.c9 EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf); variable
H A Dvideobuf2-v4l2.c823 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() function
852 EXPORT_SYMBOL_GPL(vb2_dqbuf); variable
1068 return vb2_dqbuf(vdev->queue, p, file->f_flags & O_NONBLOCK); in vb2_ioctl_dqbuf()
/kernel/linux/linux-5.10/include/trace/events/
H A Dvb2.h56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
/kernel/linux/linux-6.6/include/trace/events/
H A Dvb2.h56 DEFINE_EVENT(vb2_event_class, vb2_dqbuf,
/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-v4l2.h166 * vb2_dqbuf() - Dequeue a buffer to the userspace
189 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-v4l2.h160 * vb2_dqbuf() - Dequeue a buffer to the userspace
183 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_queue.c187 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_queue.c206 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_queue.c331 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_queue.c327 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c629 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
631 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
H A Ds5p_mfc_enc.c1636 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
1638 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c660 return vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
662 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
H A Ds5p_mfc_enc.c1634 ret = vb2_dqbuf(&ctx->vq_src, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
1636 ret = vb2_dqbuf(&ctx->vq_dst, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispvideo.c949 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c803 ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.c816 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c804 ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c944 ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in isp_video_dqbuf()
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.c811 return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); in iss_video_dqbuf()
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c949 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c950 return vb2_dqbuf(&vp->vb_queue, buf, file->f_flags & O_NONBLOCK); in s3c_camif_dqbuf()

Completed in 30 milliseconds