Searched refs:hid_bpf_input_report (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 550 hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in hid_bpf_input_report() function 578 BTF_ID_FLAGS(func, hid_bpf_input_report, KF_SLEEPABLE) 593 BTF_ID_FLAGS(func, hid_bpf_input_report)
|
| /linux-6.15/tools/testing/selftests/hid/progs/ |
| H A D | hid.c | 172 ret = hid_bpf_input_report(ctx, HID_INPUT_REPORT, args->data, size); in hid_user_input_report() 467 hid_bpf_input_report(hid_ctx, HID_INPUT_REPORT, buf, sizeof(buf)); in wq_cb_sleepable()
|
| H A D | hid_bpf_helpers.h | 107 extern int hid_bpf_input_report(struct hid_bpf_ctx *ctx,
|
| /linux-6.15/drivers/hid/bpf/progs/ |
| H A D | hid_bpf_helpers.h | 24 extern int hid_bpf_input_report(struct hid_bpf_ctx *ctx,
|
| /linux-6.15/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…
|