Home
last modified time | relevance | path

Searched refs:LIRC_GET_MAX_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/Documentation/userspace-api/media/rc/
Dlirc-get-timeout.rst8 ioctls LIRC_GET_MIN_TIMEOUT and LIRC_GET_MAX_TIMEOUT
14 LIRC_GET_MIN_TIMEOUT / LIRC_GET_MAX_TIMEOUT - Obtain the possible timeout
24 .. c:macro:: LIRC_GET_MAX_TIMEOUT
26 ``int ioctl(int fd, LIRC_GET_MAX_TIMEOUT, __u32 *timeout)``
/linux-6.6.21/include/uapi/linux/
Dlirc.h103 #define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32) macro
/linux-6.6.21/drivers/media/rc/
Dlirc_dev.c536 case LIRC_GET_MAX_TIMEOUT: in lirc_ioctl()