Searched refs:vb2_streamon (Results 1 – 11 of 11) sorted by relevance
| /linux/include/media/ |
| A D | videobuf2-v4l2.h | 207 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
|
| /linux/drivers/media/common/videobuf2/ |
| A D | videobuf2-v4l2.c | 855 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamon() function 863 EXPORT_SYMBOL_GPL(vb2_streamon); 1085 return vb2_streamon(vdev->queue, i); in vb2_ioctl_streamon()
|
| /linux/drivers/usb/gadget/function/ |
| A D | uvc_queue.c | 301 ret = vb2_streamon(&queue->queue, queue->queue.type); in uvcg_queue_enable()
|
| /linux/drivers/media/usb/uvc/ |
| A D | uvc_queue.c | 337 ret = vb2_streamon(&queue->queue, type); in uvc_queue_streamon()
|
| /linux/drivers/media/platform/s5p-mfc/ |
| A D | s5p_mfc_dec.c | 681 ret = vb2_streamon(&ctx->vq_src, type); in vidioc_streamon() 683 ret = vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
|
| A D | s5p_mfc_enc.c | 1661 return vb2_streamon(&ctx->vq_src, type); in vidioc_streamon() 1663 return vb2_streamon(&ctx->vq_dst, type); in vidioc_streamon()
|
| /linux/drivers/media/platform/vsp1/ |
| A D | vsp1_video.c | 1068 ret = vb2_streamon(&video->queue, type); in vsp1_video_streamon()
|
| /linux/drivers/staging/media/omap4iss/ |
| A D | iss_video.c | 950 ret = vb2_streamon(&vfh->queue, type); in iss_video_streamon()
|
| /linux/drivers/media/platform/omap3isp/ |
| A D | ispvideo.c | 1154 ret = vb2_streamon(&vfh->queue, type); in isp_video_streamon()
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-mem2mem.c | 831 ret = vb2_streamon(vq, type); in v4l2_m2m_streamon()
|
| /linux/drivers/media/platform/s3c-camif/ |
| A D | camif-capture.c | 861 return vb2_streamon(&vp->vb_queue, type); in s3c_camif_streamon()
|
Completed in 36 milliseconds