Lines Matching full:write
3 .. _func-write:
6 V4L2 write()
12 v4l2-write - Write to a V4L2 device
23 .. c:function:: ssize_t write( int fd, void *buf, size_t count )
24 :name: v4l2-write
41 :ref:`write() <func-write>` writes up to ``count`` bytes to the device
44 enables them. When ``count`` is zero, :ref:`write() <func-write>` returns 0
58 variable is set appropriately. In this case the next write will start at
64 available to write the data immediately.
70 The driver does not support multiple write streams and the device is
83 The :ref:`write() <func-write>` function is not supported by this driver,