Searched refs:LIRC_SET_REC_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
8 ioctl LIRC_GET_REC_TIMEOUT and LIRC_SET_REC_TIMEOUT14 LIRC_GET_REC_TIMEOUT/LIRC_SET_REC_TIMEOUT - Get/set the integer value for IR inactivity timeout.23 .. c:macro:: LIRC_SET_REC_TIMEOUT25 ``int ioctl(int fd, LIRC_SET_REC_TIMEOUT, __u32 *timeout)``
124 :ref:`ioctl LIRC_SET_REC_TIMEOUT <LIRC_SET_REC_TIMEOUT>`.
50 cannot be changed via :ref:`LIRC_SET_REC_TIMEOUT`.
121 #define LIRC_SET_REC_TIMEOUT _IOW('i', 0x00000018, __u32) macro
539 case LIRC_SET_REC_TIMEOUT: in lirc_ioctl()