Home
last modified time | relevance | path

Searched refs:LIRC_SET_REC_TIMEOUT_REPORTS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-set-rec-timeout-reports.rst13 ioctl LIRC_SET_REC_TIMEOUT_REPORTS
19 LIRC_SET_REC_TIMEOUT_REPORTS - enable or disable timeout reports for IR receive
24 .. c:function:: int ioctl( int fd, LIRC_SET_REC_TIMEOUT_REPORTS, __u32 *enable )
25 :name: LIRC_SET_REC_TIMEOUT_REPORTS
/Linux-v5.4/tools/include/uapi/linux/
Dlirc.h120 #define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32) macro
/Linux-v5.4/include/uapi/linux/
Dlirc.h120 #define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32) macro
/Linux-v5.4/drivers/media/rc/
Dlirc_dev.c582 case LIRC_SET_REC_TIMEOUT_REPORTS: in ir_lirc_ioctl()