Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/rc/
Dbpf-lirc.c20 BPF_CALL_1(bpf_rc_repeat, u32*, sample) in BPF_CALL_1() argument
32 .func = bpf_rc_repeat,
/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.h157 static int (*bpf_rc_repeat)(void *ctx) = variable