Home
last modified time | relevance | path

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

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