Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lirc_mode2_kern.c17 bpf_rc_keydown(sample, 0x40, duration & 0xffff, 0); in bpf_decoder()
Dbpf_helpers.h135 static int (*bpf_rc_keydown)(void *ctx, unsigned int protocol, variable
/Linux-v4.19/drivers/media/rc/
Dbpf-lirc.c40 BPF_CALL_4(bpf_rc_keydown, u32*, sample, u32, protocol, u64, scancode, in BPF_CALL_4() argument
53 .func = bpf_rc_keydown,