Lines Matching full:write
10 .. _func-write:
13 V4L2 write()
19 v4l2-write - Write to a V4L2 device
30 .. c:function:: ssize_t write( int fd, void *buf, size_t count )
31 :name: v4l2-write
48 :ref:`write() <func-write>` writes up to ``count`` bytes to the device
51 enables them. When ``count`` is zero, :ref:`write() <func-write>` returns 0
65 variable is set appropriately. In this case the next write will start at
71 available to write the data immediately.
77 The driver does not support multiple write streams and the device is
90 The :ref:`write() <func-write>` function is not supported by this driver,