Lines Matching +full:no +full:- +full:can +full:- +full:fd
1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
14 LIRC_GET_MIN_TIMEOUT / LIRC_GET_MAX_TIMEOUT - Obtain the possible timeout
22 ``int ioctl(int fd, LIRC_GET_MIN_TIMEOUT, __u32 *timeout)``
26 ``int ioctl(int fd, LIRC_GET_MAX_TIMEOUT, __u32 *timeout)``
31 ``fd``
40 Some devices have internal timers that can be used to detect when
41 there's no IR activity for a long time. This can help lircd in
42 detecting that a IR signal is finished and can speed up the decoding
44 that can be set.
55 On success 0 is returned, on error -1 and the ``errno`` variable is set
57 :ref:`Generic Error Codes <gen-errors>` chapter.