Searched refs:vb2_core_poll (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 1015 * vb2_core_poll() - implements poll syscall() logic. 1032 __poll_t vb2_core_poll(struct vb2_queue *q, struct file *file,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 1039 * vb2_core_poll() - implements poll syscall() logic. 1056 __poll_t vb2_core_poll(struct vb2_queue *q, struct file *file,
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 451 return vb2_core_poll(&ctx->vb_q, file, wait); in dvb_vb2_poll()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 447 return vb2_core_poll(&ctx->vb_q, file, wait); in dvb_vb2_poll()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2425 __poll_t vb2_core_poll(struct vb2_queue *q, struct file *file, in vb2_core_poll() function 2509 EXPORT_SYMBOL_GPL(vb2_core_poll); variable
|
H A D | videobuf2-v4l2.c | 952 res = vb2_core_poll(q, file, wait); in vb2_poll()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2476 __poll_t vb2_core_poll(struct vb2_queue *q, struct file *file, in vb2_core_poll() function 2567 EXPORT_SYMBOL_GPL(vb2_core_poll); variable
|
H A D | videobuf2-v4l2.c | 957 res = vb2_core_poll(q, file, wait); in vb2_poll()
|
Completed in 16 milliseconds