Searched refs:bpf_rc_keydown (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_lirc_mode2_kern.c | 17 bpf_rc_keydown(sample, 0x40, duration & 0xffff, 0); in bpf_decoder()
|
D | bpf_helpers.h | 135 static int (*bpf_rc_keydown)(void *ctx, unsigned int protocol, variable
|
/Linux-v4.19/drivers/media/rc/ |
D | bpf-lirc.c | 40 BPF_CALL_4(bpf_rc_keydown, u32*, sample, u32, protocol, u64, scancode, in BPF_CALL_4() argument 53 .func = bpf_rc_keydown,
|