Home
last modified time | relevance | path

Searched refs:vb2_vidq (Results 1 – 12 of 12) sorted by relevance

/drivers/media/platform/soc_camera/
Dsoc_camera.c50 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()
[all …]
Dsh_mobile_ceu_camera.c219 struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_setup()
388 struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_queue()
440 struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_release()
471 struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_init()
486 struct soc_camera_device *icd = container_of(q, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_stop_streaming()
1672 return vb2_poll(&icd->vb2_vidq, file, pt); in sh_mobile_ceu_poll()
Datmel-isi.c757 return vb2_poll(&icd->vb2_vidq, file, pt); in isi_camera_poll()
Dmx3_camera.c982 return vb2_poll(&icd->vb2_vidq, file, pt); in mx3_camera_poll()
Dmx2_camera.c1284 return vb2_poll(&icd->vb2_vidq, file, pt); in mx2_camera_poll()
Drcar_vin.c1796 return vb2_poll(&icd->vb2_vidq, file, pt); in rcar_vin_poll()
/drivers/media/pci/cx23885/
Dcx23885-video.c123 if (vb2_is_busy(&dev->vb2_vidq) || vb2_is_busy(&dev->vb2_vbiq) || in cx23885_set_tvnorm()
598 if (vb2_is_busy(&dev->vb2_vidq) || vb2_is_busy(&dev->vb2_vbiq) || in vidioc_s_fmt_vid_cap()
1221 q = &dev->vb2_vidq; in cx23885_video_register()
1256 dev->video_dev->queue = &dev->vb2_vidq; in cx23885_video_register()
Dcx23885.h428 struct vb2_queue vb2_vidq; member
/drivers/media/pci/cx88/
Dcx88-video.c787 if (vb2_is_busy(&dev->vb2_vidq) || vb2_is_busy(&dev->vb2_vbiq)) in vidioc_s_fmt_vid_cap()
1437 q = &dev->vb2_vidq; in cx8800_initdev()
1474 dev->video_dev.queue = &dev->vb2_vidq; in cx8800_initdev()
Dcx88.h494 struct vb2_queue vb2_vidq; member
Dcx88-core.c871 if (core->v4ldev && (vb2_is_busy(&core->v4ldev->vb2_vidq) || in cx88_set_tvnorm()
Dcx88-blackbird.c861 if (core->v4ldev && (vb2_is_busy(&core->v4ldev->vb2_vidq) || in vidioc_s_fmt_vid_cap()