Lines Matching +full:y +full:- +full:rc
1 // SPDX-License-Identifier: GPL-2.0
10 // BPF program can decode this into scancodes so that rc-core can translate
11 // this into input key codes using the rc keymap.
13 // This test works by sending IR over rc-loopback, so the IR is processed by
15 // associated with rc-loopback, see the output of ir-keytable(1).
18 // CONFIG_RC_CORE=y
19 // CONFIG_BPF_RAWIR_EVENT=y
20 // CONFIG_RC_LOOPBACK=y
23 // 1. Open the /dev/lircN device for rc-loopback (given on command line)
70 if (lircfd == -1) { in main()
77 if (ret != -1 || errno != ENOENT) { in main()
83 if (inputfd == -1) { in main()