powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / rc / lirc-set-rec-timeout-reports.rst
blob9c501bbf4c626c25401545c35d0546d2a827403a
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _lirc_set_rec_timeout_reports:
5 **********************************
6 ioctl LIRC_SET_REC_TIMEOUT_REPORTS
7 **********************************
9 Name
10 ====
12 LIRC_SET_REC_TIMEOUT_REPORTS - enable or disable timeout reports for IR receive
14 Synopsis
15 ========
17 .. c:function:: int ioctl( int fd, LIRC_SET_REC_TIMEOUT_REPORTS, __u32 *enable )
18     :name: LIRC_SET_REC_TIMEOUT_REPORTS
20 Arguments
21 =========
23 ``fd``
24     File descriptor returned by open().
26 ``enable``
27     enable = 1 means enable timeout report, enable = 0 means disable timeout
28     reports.
31 Description
32 ===========
34 Enable or disable timeout reports for IR receive. By default, timeout reports
35 should be turned off.
37 .. note::
39    This ioctl is only valid for :ref:`LIRC_MODE_MODE2 <lirc-mode-mode2>`.
42 Return Value
43 ============
45 On success 0 is returned, on error -1 and the ``errno`` variable is set
46 appropriately. The generic error codes are described at the
47 :ref:`Generic Error Codes <gen-errors>` chapter.