Home
last modified time | relevance | path

Searched refs:bpf_sample (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/rc/
Dbpf-lirc.c21 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_1()
45 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_4()
187 raw->bpf_sample = sample; in lirc_bpf_run()
190 BPF_PROG_RUN_ARRAY(raw->progs, &raw->bpf_sample, BPF_PROG_RUN); in lirc_bpf_run()
Drc-core-priv.h64 u32 bpf_sample; member