Searched refs:hid_bpf_hw_output_report (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/hid/progs/ |
H A D | hid.c | 148 ret = hid_bpf_hw_output_report(ctx, in hid_user_output_report() 412 return hid_bpf_hw_output_report(hctx, data, 2); in BPF_PROG() 435 ret = hid_bpf_hw_output_report(hctx, data, 2); in BPF_PROG()
|
H A D | hid_bpf_helpers.h | 102 extern int hid_bpf_hw_output_report(struct hid_bpf_ctx *ctx,
|
/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 461 hid_bpf_hw_output_report(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz) in hid_bpf_hw_output_report() function 574 BTF_ID_FLAGS(func, hid_bpf_hw_output_report, KF_SLEEPABLE) 589 BTF_ID_FLAGS(func, hid_bpf_hw_output_report)
|
/linux/Documentation/hid/ |
H A D | hid-bpf.rst | 205 …:identifiers: hid_bpf_hw_request hid_bpf_hw_output_report hid_bpf_input_report hid_bpf_try_input_r…
|