Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-core.h1032 __poll_t vb2_core_poll(struct vb2_queue *q, struct file *file,
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_vb2.c451 return vb2_core_poll(&ctx->vb_q, file, wait); in dvb_vb2_poll()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2425 __poll_t vb2_core_poll(struct vb2_queue *q, struct file *file, in vb2_core_poll() function
2509 EXPORT_SYMBOL_GPL(vb2_core_poll);
H A Dvideobuf2-v4l2.c958 res = vb2_core_poll(q, file, wait); in vb2_poll()