Home
last modified time | relevance | path

Searched refs:LIRC_GET_FEATURES (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/rc/
Dlirc-get-features.rst6 ioctl LIRC_GET_FEATURES
12 LIRC_GET_FEATURES - Get the underlying hardware device's features
17 .. c:function:: int ioctl( int fd, LIRC_GET_FEATURES, __u32 *features)
18 :name: LIRC_GET_FEATURES
Dlirc-set-transmitter-mask.rst35 returned via :ref:`LIRC_GET_FEATURES` and this ioctl sets what channels will
/Linux-v4.19/tools/include/uapi/linux/
Dlirc.h92 #define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32) macro
/Linux-v4.19/include/uapi/linux/
Dlirc.h92 #define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32) macro
/Linux-v4.19/drivers/media/rc/
Dlirc_dev.c408 case LIRC_GET_FEATURES: in ir_lirc_ioctl()