/drivers/media/v4l2-core/ |
D | videobuf-core.c | 679 struct videobuf_buffer **vb, int nonblocking) in stream_next_buffer() argument 684 retval = stream_next_buffer_check_queue(q, nonblocking); in stream_next_buffer() 689 retval = videobuf_waiton(q, buf, nonblocking, 1); in stream_next_buffer() 699 struct v4l2_buffer *b, int nonblocking) in videobuf_dqbuf() argument 709 retval = stream_next_buffer(q, &buf, nonblocking); in videobuf_dqbuf() 837 int nonblocking) in __videobuf_copy_to_user() argument 854 int vbihack, int nonblocking) in __videobuf_copy_stream() argument 869 count = __videobuf_copy_to_user(q, buf, data, count, nonblocking); in __videobuf_copy_stream() 879 int nonblocking) in videobuf_read_one() argument 894 !nonblocking) { in videobuf_read_one() [all …]
|
D | videobuf2-core.c | 1442 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb() argument 1478 if (nonblocking) { in __vb2_wait_for_done_vb() 1518 void *pb, int nonblocking) in __vb2_get_done_vb() argument 1526 ret = __vb2_wait_for_done_vb(q, nonblocking); in __vb2_get_done_vb() 1588 bool nonblocking) in vb2_core_dqbuf() argument 1593 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking); in vb2_core_dqbuf() 2463 loff_t *ppos, int nonblocking) in vb2_read() argument 2465 return __vb2_perform_fileio(q, data, count, ppos, nonblocking, 1); in vb2_read() 2470 loff_t *ppos, int nonblocking) in vb2_write() argument 2473 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-v4l2.c | 574 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf() argument 588 ret = vb2_core_dqbuf(q, NULL, b, nonblocking); in vb2_dqbuf()
|
/drivers/usb/gadget/function/ |
D | uvc_queue.c | 189 int nonblocking) in uvcg_dequeue_buffer() argument 191 return vb2_dqbuf(&queue->queue, buf, nonblocking); in uvcg_dequeue_buffer()
|
D | uvc_queue.h | 72 struct v4l2_buffer *buf, int nonblocking);
|
/drivers/media/usb/uvc/ |
D | uvc_queue.c | 287 int nonblocking) in uvc_dequeue_buffer() argument 292 ret = vb2_dqbuf(&queue->queue, buf, nonblocking); in uvc_dequeue_buffer()
|
D | uvcvideo.h | 649 struct v4l2_buffer *v4l2_buf, int nonblocking);
|
/drivers/media/i2c/ |
D | saa6588.c | 194 while (!a->nonblocking && !s->data_available_for_read) { in read_from_buf()
|
/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()
|
/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 1222 cmd.nonblocking = file->f_flags & O_NONBLOCK; in radio_read()
|
/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3322 cmd.nonblocking = file->f_flags & O_NONBLOCK; in radio_read()
|