Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_lirc_mode2_kern.c13 if (LIRC_IS_PULSE(*sample)) { in bpf_decoder()
/linux-6.6.21/Documentation/userspace-api/media/
Dlirc.h.rst.exceptions18 ignore define LIRC_IS_PULSE
/linux-6.6.21/include/uapi/linux/
Dlirc.h34 #define LIRC_IS_PULSE(val) (LIRC_MODE2(val) == LIRC_MODE2_PULSE) macro