Lines Matching +full:current +full:- +full:mode
1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
14 LIRC_GET_REC_MODE/LIRC_SET_REC_MODE - Get/set current receive mode.
21 ``int ioctl(int fd, LIRC_GET_REC_MODE, __u32 *mode)``
25 ``int ioctl(int fd, LIRC_SET_REC_MODE, __u32 *mode)``
33 ``mode``
34 Mode used for receive.
39 Get and set the current receive mode. Only
40 :ref:`LIRC_MODE_MODE2 <lirc-mode-mode2>` and
41 :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` are supported.
49 .. flat-table::
50 :header-rows: 0
51 :stub-columns: 0
53 - .. row 1
55 - ``ENODEV``
57 - Device not available.
59 - .. row 2
61 - ``ENOTTY``
63 - Device does not support receiving.
65 - .. row 3
67 - ``EINVAL``
69 - Invalid mode or invalid mode for this device.