Searched refs:hid_bpf_hw_request (Results 1 – 7 of 7) sorted by relevance
| /linux/samples/hid/ |
| A D | hid_surface_dial.bpf.c | 63 ret = hid_bpf_hw_request(ctx, haptic_data, size, HID_FEATURE_REPORT, HID_REQ_GET_REPORT); in set_haptic() 92 ret = hid_bpf_hw_request(ctx, haptic_data, size, HID_FEATURE_REPORT, HID_REQ_SET_REPORT); in set_haptic()
|
| A D | hid_bpf_helpers.h | 15 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
|
| /linux/tools/testing/selftests/hid/progs/ |
| A D | hid.c | 122 ret = hid_bpf_hw_request(ctx, in hid_user_raw_request() 345 ret = hid_bpf_hw_request(hctx, data, 2, rtype, reqtype); in BPF_PROG() 377 ret = hid_bpf_hw_request(hctx, data, 2, rtype, reqtype); in BPF_PROG()
|
| A D | hid_bpf_helpers.h | 97 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
|
| /linux/drivers/hid/bpf/ |
| A D | hid_bpf_dispatch.c | 398 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, in hid_bpf_hw_request() function 573 BTF_ID_FLAGS(func, hid_bpf_hw_request, KF_SLEEPABLE) 588 BTF_ID_FLAGS(func, hid_bpf_hw_request)
|
| /linux/drivers/hid/bpf/progs/ |
| A D | hid_bpf_helpers.h | 17 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
|
| /linux/Documentation/hid/ |
| 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… 463 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx, 486 ret = hid_bpf_hw_request(ctx,
|
Completed in 15 milliseconds