Home
last modified time | relevance | path

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

/Linux-v6.6/samples/hid/
Dhid_bpf_helpers.h13 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
Dhid_surface_dial.bpf.c57 ctx = hid_bpf_allocate_context(args->hid); in set_haptic()
/Linux-v6.6/tools/testing/selftests/hid/progs/
Dhid_bpf_helpers.h13 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
Dhid.c91 ctx = hid_bpf_allocate_context(args->hid); in hid_user_raw_request()
/Linux-v6.6/include/linux/
Dhid_bpf.h88 struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id);
/Linux-v6.6/drivers/hid/bpf/
Dhid_bpf_dispatch.c310 hid_bpf_allocate_context(unsigned int hid_id) in hid_bpf_allocate_context() function
445 BTF_ID_FLAGS(func, hid_bpf_allocate_context, KF_ACQUIRE | KF_RET_NULL)
/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
261 :c:func:`hid_bpf_allocate_context` and must release it with :c:func:`hid_bpf_release_context`
456 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
477 ctx = hid_bpf_allocate_context(args->hid);