Lines Matching refs:O
8 to implement many of the standard POSIX I/O system calls, including read(),
10 implement the bulk of the V4L2 ioctl() calls related to streaming I/O,
80 buf_setup() is called early in the I/O process, when streaming is being
81 initiated; its purpose is to tell videobuf about the I/O stream. The count
101 When a buffer is queued for I/O, it is passed to buf_queue(), which should
110 used. The driver should ensure that there is no I/O active on the buffer,
125 One way to ensure that a buffer is no longer under I/O is to pass it to:
129 Here, vb is the buffer, non_blocking indicates whether non-blocking I/O
211 When streaming I/O is done to kernel-space buffers, the driver must support
226 The call to videobuf_stop() terminates any I/O in progress - though it is
239 - those associated with streaming I/O - turn almost directly into videobuf