Searched refs:bpf_rc_pointer_rel (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | test_lirc_mode2_kern.c | 19 bpf_rc_pointer_rel(sample, (duration >> 8) & 0xff, in bpf_decoder()
|
/Linux-v5.4/drivers/media/rc/ |
D | bpf-lirc.c | 65 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y) in BPF_CALL_3() argument 79 .func = bpf_rc_pointer_rel,
|
/Linux-v5.4/Documentation/media/uapi/rc/ |
D | lirc-dev-intro.rst | 163 movements can be reported using ``bpf_rc_pointer_rel()``.
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 191 static int (*bpf_rc_pointer_rel)(void *ctx, int rel_x, int rel_y) = variable
|