Searched refs:LIRC_GET_MIN_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
7 ioctls LIRC_GET_MIN_TIMEOUT and LIRC_GET_MAX_TIMEOUT13 LIRC_GET_MIN_TIMEOUT / LIRC_GET_MAX_TIMEOUT - Obtain the possible timeout19 .. c:function:: int ioctl( int fd, LIRC_GET_MIN_TIMEOUT, __u32 *timeout)20 :name: LIRC_GET_MIN_TIMEOUT
46 The range of supported timeout is given by :ref:`LIRC_GET_MIN_TIMEOUT`.
98 #define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32) macro
553 case LIRC_GET_MIN_TIMEOUT: in ir_lirc_ioctl()