Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst7 ioctl LIRC_GET_FEATURES
13 LIRC_GET_FEATURES - Get the underlying hardware device's features
18 .. c:macro:: LIRC_GET_FEATURES
20 ``int ioctl(int fd, LIRC_GET_FEATURES, __u32 *features)``
H A Dlirc-set-transmitter-mask.rst36 returned via :ref:`LIRC_GET_FEATURES` and this ioctl sets what channels will
/openbmc/linux/include/uapi/linux/
H A Dlirc.h96 #define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32) macro
/openbmc/linux/drivers/media/rc/
H A Dlirc_dev.c384 case LIRC_GET_FEATURES: in lirc_ioctl()