Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/progs/
H A Dhid.c118 ctx = hid_bpf_allocate_context(args->hid); in hid_user_raw_request()
144 ctx = hid_bpf_allocate_context(args->hid); in hid_user_output_report()
168 ctx = hid_bpf_allocate_context(args->hid); in hid_user_input_report()
463 hid_ctx = hid_bpf_allocate_context(*key); in wq_cb_sleepable()
H A Dhid_bpf_helpers.h98 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __weak __ksym;
/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()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c317 hid_bpf_allocate_context(unsigned int hid_id) in hid_bpf_allocate_context() function
574 BTF_ID_FLAGS(func, hid_bpf_allocate_context, KF_ACQUIRE | KF_RET_NULL | KF_SLEEPABLE)
589 BTF_ID_FLAGS(func, hid_bpf_allocate_context, KF_ACQUIRE | KF_RET_NULL)
/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c154 hid_ctx = hid_bpf_allocate_context(ctx->hid); in probe()
H A DXPPen__ACK05.bpf.c315 struct hid_bpf_ctx *hctx = hid_bpf_allocate_context(ctx->hid); in probe()
/linux/Documentation/hid/
H A Dhid-bpf.rst205 …_hw_output_report hid_bpf_input_report hid_bpf_try_input_report hid_bpf_allocate_context hid_bpf_r…
285 hid_bpf_allocate_context() and must release it with hid_bpf_release_context()
461 extern struct hid_bpf_ctx *hid_bpf_allocate_context(unsigned int hid_id) __ksym;
482 ctx = hid_bpf_allocate_context(args->hid);