Home
last modified time | relevance | path

Searched refs:bpf_rc_keydown (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_lirc_mode2_kern.c17 bpf_rc_keydown(sample, 0x40, duration & 0xffff, 0); in bpf_decoder()
/Linux-v5.4/drivers/media/rc/
Dbpf-lirc.c43 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/
Dlirc-dev-intro.rst162 the BPF functions ``bpf_rc_keydown()`` or ``bpf_rc_repeat()``. Mouse or pointer
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h159 static int (*bpf_rc_keydown)(void *ctx, unsigned int protocol, variable