Lines Matching refs:vb2_vidq
50 vb2_is_streaming(&(icd)->vb2_vidq))
384 ret = vb2_reqbufs(&icd->vb2_vidq, p); in soc_camera_reqbufs()
403 return vb2_querybuf(&icd->vb2_vidq, p); in soc_camera_querybuf()
420 return vb2_qbuf(&icd->vb2_vidq, p); in soc_camera_qbuf()
437 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()
454 ret = vb2_create_bufs(&icd->vb2_vidq, create); in soc_camera_create_bufs()
470 return vb2_prepare_buf(&icd->vb2_vidq, b); in soc_camera_prepare_buf()
485 return vb2_expbuf(&icd->vb2_vidq, p); in soc_camera_expbuf()
751 ret = ici->ops->init_videobuf2(&icd->vb2_vidq, icd); in soc_camera_open()
793 vb2_queue_release(&icd->vb2_vidq); in soc_camera_close()
823 if (ici->ops->init_videobuf2 && icd->vb2_vidq.io_modes & VB2_READ) in soc_camera_read()
824 return vb2_read(&icd->vb2_vidq, buf, count, ppos, in soc_camera_read()
848 err = vb2_mmap(&icd->vb2_vidq, vma); in soc_camera_mmap()
990 ret = vb2_streamon(&icd->vb2_vidq, i); in soc_camera_streamon()
1021 ret = vb2_streamoff(&icd->vb2_vidq, i); in soc_camera_streamoff()