powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / rc / lirc-get-rec-mode.rst
bloba5023e0194c13223c2a6a9b433af41cbed5e3d58
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _lirc_get_rec_mode:
4 .. _lirc_set_rec_mode:
6 **********************************************
7 ioctls LIRC_GET_REC_MODE and LIRC_SET_REC_MODE
8 **********************************************
10 Name
11 ====
13 LIRC_GET_REC_MODE/LIRC_SET_REC_MODE - Get/set supported receive modes.
15 Synopsis
16 ========
18 .. c:function:: int ioctl( int fd, LIRC_GET_REC_MODE, __u32 rx_modes)
19         :name: LIRC_GET_REC_MODE
21 .. c:function:: int ioctl( int fd, LIRC_SET_REC_MODE, __u32 rx_modes)
22         :name: LIRC_SET_REC_MODE
24 Arguments
25 =========
27 ``fd``
28     File descriptor returned by open().
30 ``rx_modes``
31     Bitmask with the supported transmit modes.
33 Description
34 ===========
36 Get/set supported receive modes. Only :ref:`LIRC_MODE_MODE2 <lirc-mode-mode2>`
37 and :ref:`LIRC_MODE_LIRCCODE <lirc-mode-lirccode>` are supported for IR
38 receive.
41 Return Value
42 ============
44 On success 0 is returned, on error -1 and the ``errno`` variable is set
45 appropriately. The generic error codes are described at the
46 :ref:`Generic Error Codes <gen-errors>` chapter.