Home
last modified time | relevance | path

Searched refs:LIRC_PULSE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/
H A Dlirc.h.rst.exceptions11 ignore define LIRC_PULSE
/openbmc/linux/include/uapi/linux/
H A Dlirc.h25 #define LIRC_PULSE(val) (((val) & LIRC_VALUE_MASK) | LIRC_MODE2_PULSE) macro
/openbmc/linux/drivers/media/rc/
H A Dlirc_dev.c83 sample = ev.pulse ? LIRC_PULSE(ev.duration) : in lirc_raw_event()