Searched refs:bpf_sample (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | bpf-lirc.c | 24 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_1() 43 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_4() 64 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_3() 217 raw->bpf_sample = sample; in lirc_bpf_run() 220 BPF_PROG_RUN_ARRAY(raw->progs, &raw->bpf_sample, BPF_PROG_RUN); in lirc_bpf_run()
|
H A D | rc-core-priv.h | 64 u32 bpf_sample; member
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | bpf-lirc.c | 24 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_1() 43 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_4() 64 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_3() 217 raw->bpf_sample = sample; in lirc_bpf_run() 222 &raw->bpf_sample, bpf_prog_run); in lirc_bpf_run()
|
H A D | rc-core-priv.h | 64 u32 bpf_sample; member
|
Completed in 3 milliseconds