Searched refs:bpf_rc_keydown (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | test_lirc_mode2_kern.c | 17 bpf_rc_keydown(sample, 0x40, duration & 0xffff, 0); in bpf_decoder()
|
/Linux-v5.4/drivers/media/rc/ |
D | bpf-lirc.c | 43 BPF_CALL_4(bpf_rc_keydown, u32*, sample, u32, protocol, u64, scancode, in BPF_CALL_4() argument 56 .func = bpf_rc_keydown,
|
/Linux-v5.4/Documentation/media/uapi/rc/ |
D | lirc-dev-intro.rst | 162 the BPF functions ``bpf_rc_keydown()`` or ``bpf_rc_repeat()``. Mouse or pointer
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 159 static int (*bpf_rc_keydown)(void *ctx, unsigned int protocol, variable
|