Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lirc_mode2_kern.c13 if (LIRC_IS_PULSE(*sample)) { in bpf_decoder()
/linux/include/uapi/linux/
H A Dlirc.h34 #define LIRC_IS_PULSE(val) (LIRC_MODE2(val) == LIRC_MODE2_PULSE) macro