Home
last modified time | relevance | path

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

/linux-2.6.39/include/media/
Dsoc_camera.h52 struct vb2_queue vb2_vidq; member
313 return container_of(vq, struct soc_camera_device, vb2_vidq); in soc_camera_from_vb2q()
/linux-2.6.39/drivers/media/video/
Dsoc_camera.c266 ret = vb2_reqbufs(&icd->vb2_vidq, p); in soc_camera_reqbufs()
286 return vb2_querybuf(&icd->vb2_vidq, p); in soc_camera_querybuf()
303 return vb2_qbuf(&icd->vb2_vidq, p); in soc_camera_qbuf()
320 return vb2_dqbuf(&icd->vb2_vidq, p, file->f_flags & O_NONBLOCK); in soc_camera_dqbuf()
516 ret = ici->ops->init_videobuf2(&icd->vb2_vidq, icd); in soc_camera_open()
559 vb2_queue_release(&icd->vb2_vidq); in soc_camera_close()
599 err = vb2_mmap(&icd->vb2_vidq, vma); in soc_camera_mmap()
752 ret = vb2_streamon(&icd->vb2_vidq, i); in soc_camera_streamon()
782 vb2_streamoff(&icd->vb2_vidq, i); in soc_camera_streamoff()
Dsh_mobile_ceu_camera.c219 struct soc_camera_device *icd = container_of(vq, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_setup()
334 struct soc_camera_device *icd = container_of(vb->vb2_queue, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_prepare()
377 struct soc_camera_device *icd = container_of(vb->vb2_queue, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_queue()
403 struct soc_camera_device *icd = container_of(vb->vb2_queue, struct soc_camera_device, vb2_vidq); in sh_mobile_ceu_videobuf_release()
1711 return vb2_poll(&icd->vb2_vidq, file, pt); in sh_mobile_ceu_poll()
Dmx3_camera.c963 return vb2_poll(&icd->vb2_vidq, file, pt); in mx3_camera_poll()