Home
last modified time | relevance | path

Searched refs:hid_bpf_attach_prog (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/samples/hid/
H A Dhid_bpf_attach.bpf.c14 ctx->retval = hid_bpf_attach_prog(ctx->hid, in attach_prog()
H A Dhid_bpf_helpers.h12 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 Dhid_bpf_helpers.h12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
H A Dhid.c64 ctx->retval = hid_bpf_attach_prog(ctx->hid, in attach_prog()
/openbmc/linux/include/linux/
H A Dhid_bpf.h85 int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, __u32 flags);
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c290 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 Dhid-bpf.rst182 …: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,