/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-core.c | 677 struct videobuf_buffer **vb, int nonblocking) in stream_next_buffer() argument 682 retval = stream_next_buffer_check_queue(q, nonblocking); in stream_next_buffer() 687 retval = videobuf_waiton(q, buf, nonblocking, 1); in stream_next_buffer() 697 struct v4l2_buffer *b, int nonblocking) in videobuf_dqbuf() argument 707 retval = stream_next_buffer(q, &buf, nonblocking); in videobuf_dqbuf() 835 int nonblocking) in __videobuf_copy_to_user() argument 852 int vbihack, int nonblocking) in __videobuf_copy_stream() argument 867 count = __videobuf_copy_to_user(q, buf, data, count, nonblocking); in __videobuf_copy_stream() 877 int nonblocking) in videobuf_read_one() argument 892 !nonblocking) { in videobuf_read_one() [all …]
|
D | videobuf2-v4l2.c | 575 bool nonblocking) in vb2_internal_dqbuf() argument 584 ret = vb2_core_dqbuf(q, b, nonblocking); in vb2_internal_dqbuf() 614 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() argument 620 return vb2_internal_dqbuf(q, b, nonblocking); in vb2_dqbuf() 1241 loff_t *ppos, int nonblocking) in vb2_read() argument 1243 return __vb2_perform_fileio(q, data, count, ppos, nonblocking, 1); in vb2_read() 1248 loff_t *ppos, int nonblocking) in vb2_write() argument 1251 ppos, nonblocking, 0); in vb2_write()
|
D | v4l2-event.c | 68 int nonblocking) in v4l2_event_dequeue() argument 72 if (nonblocking) in v4l2_event_dequeue()
|
D | videobuf2-core.c | 1429 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb() argument 1465 if (nonblocking) { in __vb2_wait_for_done_vb() 1505 void *pb, int nonblocking) in __vb2_get_done_vb() argument 1513 ret = __vb2_wait_for_done_vb(q, nonblocking); in __vb2_get_done_vb() 1602 int vb2_core_dqbuf(struct vb2_queue *q, void *pb, bool nonblocking) in vb2_core_dqbuf() argument 1607 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf()
|
/linux-4.4.14/include/media/ |
D | videobuf-core.h | 208 struct v4l2_buffer *b, int nonblocking); 218 int vbihack, int nonblocking); 221 int nonblocking);
|
D | saa6588.h | 30 bool nonblocking; member
|
D | v4l2-event.h | 126 int nonblocking);
|
D | videobuf2-v4l2.h | 61 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
|
D | videobuf2-core.h | 514 int vb2_core_dqbuf(struct vb2_queue *q, void *pb, bool nonblocking);
|
/linux-4.4.14/mm/ |
D | gup.c | 296 unsigned long address, unsigned int *flags, int *nonblocking) in faultin_page() argument 312 if (nonblocking) in faultin_page() 340 if (nonblocking) in faultin_page() 341 *nonblocking = 0; in faultin_page() 456 struct vm_area_struct **vmas, int *nonblocking) in __get_user_pages() argument 515 nonblocking); in __get_user_pages() 884 unsigned long start, unsigned long end, int *nonblocking) in populate_vma_page_range() argument 920 NULL, NULL, nonblocking); in populate_vma_page_range()
|
D | internal.h | 268 unsigned long start, unsigned long end, int *nonblocking);
|
D | nommu.c | 138 struct vm_area_struct **vmas, int *nonblocking) in __get_user_pages() argument
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_queue.h | 72 struct v4l2_buffer *buf, int nonblocking);
|
D | uvc_queue.c | 189 int nonblocking) in uvcg_dequeue_buffer() argument 191 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_queue.c | 291 int nonblocking) in uvc_dequeue_buffer() argument 296 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
|
D | uvcvideo.h | 637 struct v4l2_buffer *v4l2_buf, int nonblocking);
|
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 287 int nonblocking) in xfs_map_blocks() argument 304 if (nonblocking) in xfs_map_blocks() 958 int nonblocking = 0; in xfs_vm_writepage() local 1059 nonblocking = 1; in xfs_vm_writepage() 1121 nonblocking); in xfs_vm_writepage()
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa6588.c | 194 while (!a->nonblocking && !s->data_available_for_read) { in read_from_buf()
|
/linux-4.4.14/Documentation/video4linux/ |
D | videobuf | 187 loff_t *ppos, int nonblocking); 191 loff_t *ppos, int vbihack, int nonblocking); 247 int nonblocking);
|
/linux-4.4.14/Documentation/input/ |
D | input.txt | 269 You can use blocking and nonblocking reads, also select() on the
|
D | joystick.txt | 580 nonblocking mode and supports select() calls.
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 1627 int nonblocking = filp->f_flags & O_NONBLOCK; in ivtv_decoder_ioctls() local 1766 if (nonblocking) in ivtv_decoder_ioctls()
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1195 struct vm_area_struct **vmas, int *nonblocking);
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 1163 cmd.nonblocking = file->f_flags & O_NONBLOCK; in radio_read()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3316 cmd.nonblocking = file->f_flags & O_NONBLOCK; in radio_read()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 71 nonblocking /dev/sequencer.
|