Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h14 extern void hid_bpf_release_context(struct hid_bpf_ctx *ctx) __ksym;
H A Dhid.c102 hid_bpf_release_context(ctx); in hid_user_raw_request()
/openbmc/linux/samples/hid/
H A Dhid_bpf_helpers.h14 extern void hid_bpf_release_context(struct hid_bpf_ctx *ctx) __ksym;
H A Dhid_surface_dial.bpf.c98 hid_bpf_release_context(ctx); in set_haptic()
/openbmc/linux/include/linux/
H A Dhid_bpf.h89 void hid_bpf_release_context(struct hid_bpf_ctx *ctx);
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c375 hid_bpf_release_context(struct hid_bpf_ctx *ctx) in hid_bpf_release_context() function
485 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
/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`
457 extern void hid_bpf_release_context(struct hid_bpf_ctx *ctx) __ksym;
487 hid_bpf_release_context(ctx);