Home
last modified time | relevance | path

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

/Linux-v6.6/samples/hid/
Dhid_bpf_attach.bpf.c14 ctx->retval = hid_bpf_attach_prog(ctx->hid, in attach_prog()
Dhid_bpf_helpers.h12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
/Linux-v6.6/tools/testing/selftests/hid/progs/
Dhid_bpf_helpers.h12 extern int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, u32 flags) __ksym;
Dhid.c64 ctx->retval = hid_bpf_attach_prog(ctx->hid, in attach_prog()
/Linux-v6.6/include/linux/
Dhid_bpf.h85 int hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, __u32 flags);
/Linux-v6.6/drivers/hid/bpf/
Dhid_bpf_dispatch.c257 hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, __u32 flags) in hid_bpf_attach_prog() function
444 BTF_ID_FLAGS(func, hid_bpf_attach_prog)
/Linux-v6.6/Documentation/hid/
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,