Home
last modified time | relevance | path

Searched refs:LIRC_SET_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.
21 .. c:function:: int ioctl( int fd, LIRC_SET_SEND_MODE, __u32 *mode )
22 :name: LIRC_SET_SEND_MODE
/Linux-v4.19/tools/include/uapi/linux/
Dlirc.h104 #define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, __u32) macro
/Linux-v4.19/include/uapi/linux/
Dlirc.h104 #define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, __u32) macro
/Linux-v4.19/drivers/media/rc/
Dlirc_dev.c478 case LIRC_SET_SEND_MODE: in ir_lirc_ioctl()