Searched refs:hid_bpf_try_input_report (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/hid/progs/ |
H 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() 589 * after each successful call to hid_bpf_try_input_report, buf in BPF_PROG()
|
H A D | hid_bpf_helpers.h | 111 extern int hid_bpf_try_input_report(struct hid_bpf_ctx *ctx,
|
/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 514 * hid_bpf_try_input_report - Inject a HID report in the kernel from a HID device 525 hid_bpf_try_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in hid_bpf_try_input_report() function 579 BTF_ID_FLAGS(func, hid_bpf_try_input_report)
|
/linux/drivers/hid/bpf/progs/ |
H A D | hid_bpf_helpers.h | 28 extern int hid_bpf_try_input_report(struct hid_bpf_ctx *ctx,
|
/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_report hid_bpf_allocate_context hid_bpf_release_context
|