Home
last modified time | relevance | path

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

/openbmc/linux/samples/hid/
H A Dhid_bpf_helpers.h13 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
H A Dhid_surface_dial.bpf.c57 ctx = hid_bpf_allocate_context(args->hid); in set_haptic()
/openbmc/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h13 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
H A Dhid.c91 ctx = hid_bpf_allocate_context(args->hid); in hid_user_raw_request()
/openbmc/linux/include/linux/
H A Dhid_bpf.h88 struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id);
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c342 hid_bpf_allocate_context(unsigned int hid_id) in hid_bpf_allocate_context() function
484 BTF_ID_FLAGS(func, hid_bpf_allocate_context, KF_ACQUIRE | KF_RET_NULL)
/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
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);