Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/rc/
Dlirc-get-send-mode.rst7 ioctls LIRC_GET_SEND_MODE and LIRC_SET_SEND_MODE
13 LIRC_GET_SEND_MODE/LIRC_SET_SEND_MODE - Get/set current transmit mode.
18 .. c:function:: int ioctl( int fd, LIRC_GET_SEND_MODE, __u32 *mode )
19 :name: LIRC_GET_SEND_MODE
/Linux-v4.19/tools/include/uapi/linux/
Dlirc.h94 #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32) macro
/Linux-v4.19/include/uapi/linux/
Dlirc.h94 #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32) macro
/Linux-v4.19/drivers/media/rc/
Dlirc_dev.c471 case LIRC_GET_SEND_MODE: in ir_lirc_ioctl()