Searched refs:hid_bpf_attach_prog (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/samples/hid/ |
H A D | hid_bpf_attach.bpf.c | 14 ctx->retval = hid_bpf_attach_prog(ctx->hid, in attach_prog()
|
H A D | hid_bpf_helpers.h | 12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
|
/openbmc/linux/tools/testing/selftests/hid/progs/ |
H A D | hid_bpf_helpers.h | 12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
|
H A D | hid.c | 64 ctx->retval = hid_bpf_attach_prog(ctx->hid, in attach_prog()
|
/openbmc/linux/include/linux/ |
H A D | hid_bpf.h | 85 int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, __u32 flags);
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 290 hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, __u32 flags) in hid_bpf_attach_prog() function 483 BTF_ID_FLAGS(func, hid_bpf_attach_prog)
|
/openbmc/linux/Documentation/hid/ |
H A D | hid-bpf.rst | 182 …:functions: hid_bpf_attach_prog hid_bpf_hw_request hid_bpf_allocate_context hid_bpf_release_context 299 ``hid_bpf_attach_prog(hid_id, program_fd, flags)``. 361 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym; 378 ctx->retval = hid_bpf_attach_prog(ctx->hid,
|