Home
last modified time | relevance | path

Searched refs:LIRC_MODE_PULSE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dlirc.h50 #define LIRC_MODE_PULSE 0x00000002 macro
57 #define LIRC_CAN_SEND_PULSE LIRC_MODE2SEND(LIRC_MODE_PULSE)
68 #define LIRC_CAN_REC_PULSE LIRC_MODE2REC(LIRC_MODE_PULSE)
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst52 :ref:`LIRC_MODE_PULSE <lirc-mode-pulse>` can only be used for transmitting.
151 :ref:`LIRC_MODE_PULSE <lirc-mode-pulse>`. This implies that
H A Dlirc-get-send-mode.rst41 Only :ref:`LIRC_MODE_PULSE <lirc-mode-pulse>` and
H A Dlirc-write.rst47 When in :ref:`LIRC_MODE_PULSE <lirc-mode-PULSE>` mode, the data written to
H A Dlirc-dev-intro.rst133 ``LIRC_MODE_PULSE``
/openbmc/linux/drivers/media/rc/
H A Dlirc_dev.c157 fh->send_mode = LIRC_MODE_PULSE; in lirc_open()
457 else if (!(val == LIRC_MODE_PULSE || val == LIRC_MODE_SCANCODE)) in lirc_ioctl()