Searched refs:hid_bpf_try_input_report (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/hid/progs/ |
| A D | hid.c | 547 ret = hid_bpf_try_input_report(hid_ctx, HID_INPUT_REPORT, buf, sizeof(buf)); in BPF_PROG() 586 hid_bpf_try_input_report(hctx, report_type, buf, sizeof(buf)); in BPF_PROG()
|
| A D | hid_bpf_helpers.h | 108 extern int hid_bpf_try_input_report(struct hid_bpf_ctx *ctx,
|
| /linux/drivers/hid/bpf/ |
| A D | hid_bpf_dispatch.c | 522 hid_bpf_try_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in hid_bpf_try_input_report() function 576 BTF_ID_FLAGS(func, hid_bpf_try_input_report)
|
| /linux/Documentation/hid/ |
| A D | hid-bpf.rst | 205 …id_bpf_hw_request hid_bpf_hw_output_report hid_bpf_input_report hid_bpf_try_input_report hid_bpf_a…
|
Completed in 15 milliseconds