Lines Matching full:select
10 .. _func-select:
13 V4L2 select()
19 v4l2-select - Synchronous I/O multiplexing
32 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct …
33 :name: v4l2-select
57 With the :ref:`select() <func-select>` function applications can suspend
66 On success :ref:`select() <func-select>` returns the total number of bits set in
71 :ref:`VIDIOC_STREAMON` yet the :ref:`select() <func-select>`
77 driver does not capture yet, the :ref:`select() <func-select>` function starts
78 capturing. When that fails, :ref:`select() <func-select>` returns successful and
82 data is already available the :ref:`select() <func-select>` function returns
86 :ref:`select() <func-select>` function just waits until the driver is ready for a
90 function or streaming I/O must also support the :ref:`select() <func-select>`
93 For more details see the :ref:`select() <func-select>` manual page.
99 On success, :ref:`select() <func-select>` returns the number of descriptors
125 The Linux kernel implements :ref:`select() <func-select>` like the
126 :ref:`poll() <func-poll>` function, but :ref:`select() <func-select>` cannot