Searched refs:vb2_poll (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_queue.c | 201 return vb2_poll(&queue->queue, file, wait); in uvcg_queue_poll()
|
/linux-4.1.27/include/media/ |
D | videobuf2-core.h | 476 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_queue.c | 326 ret = vb2_poll(&queue->queue, file, wait); in uvc_queue_poll()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 2608 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll() function 2691 EXPORT_SYMBOL_GPL(vb2_poll); 3514 res = vb2_poll(vdev->queue, file, wait); in vb2_fop_poll()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | atmel-isi.c | 758 return vb2_poll(&icd->vb2_vidq, file, pt); in isi_camera_poll()
|
D | mx3_camera.c | 965 return vb2_poll(&icd->vb2_vidq, file, pt); in mx3_camera_poll()
|
D | rcar_vin.c | 1764 return vb2_poll(&icd->vb2_vidq, file, pt); in rcar_vin_poll()
|
D | mx2_camera.c | 1269 return vb2_poll(&icd->vb2_vidq, file, pt); in mx2_camera_poll()
|
D | sh_mobile_ceu_camera.c | 1648 return vb2_poll(&icd->vb2_vidq, file, pt); in sh_mobile_ceu_poll()
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
D | dt3155v4l.c | 463 res = vb2_poll(pd->q, filp, polltbl); in dt3155_poll()
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.c | 1135 return vb2_poll(&vfh->queue, file, wait); in iss_video_poll()
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | mixer_video.c | 841 res = vb2_poll(&layer->vb_queue, file, wait); in mxr_video_poll()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 1316 ret = vb2_poll(&vfh->queue, file, wait); in isp_video_poll()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 570 return vb2_poll(&video->buffer_queue, file, wait); in vpfe_poll()
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
D | mcam-core.c | 1759 ret = vb2_poll(&cam->vb_queue, filp, pt); in mcam_v4l_poll()
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 618 ret = vb2_poll(&vp->vb_queue, file, wait); in s3c_camif_poll()
|