Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-send-mode.rst8 ioctls LIRC_GET_SEND_MODE and LIRC_SET_SEND_MODE
14 LIRC_GET_SEND_MODE/LIRC_SET_SEND_MODE - Get/set current transmit mode.
23 .. c:macro:: LIRC_SET_SEND_MODE
25 ``int ioctl(int fd, LIRC_SET_SEND_MODE, __u32 *mode)``
/linux/include/uapi/linux/
H A Dlirc.h108 #define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, __u32) macro
/linux/tools/testing/selftests/ir/
H A Dir_loopback.c122 if (ioctl(wlircfd, LIRC_SET_SEND_MODE, &mode)) in main()
/linux/drivers/media/rc/
H A Dlirc_dev.c456 case LIRC_SET_SEND_MODE: in lirc_ioctl()