Searched refs:hid_bpf_hw_request (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/samples/hid/ |
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()
|
D | hid_bpf_helpers.h | 15 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
|
/Linux-v6.6/tools/testing/selftests/hid/progs/ |
D | hid_bpf_helpers.h | 15 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
|
D | hid.c | 95 ret = hid_bpf_hw_request(ctx, in hid_user_raw_request()
|
/Linux-v6.6/include/linux/ |
D | hid_bpf.h | 86 int hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz,
|
/Linux-v6.6/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 362 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, in hid_bpf_hw_request() function 447 BTF_ID_FLAGS(func, hid_bpf_hw_request)
|
/Linux-v6.6/Documentation/hid/ |
D | hid-bpf.rst | 182 …:functions: hid_bpf_attach_prog hid_bpf_hw_request hid_bpf_allocate_context hid_bpf_release_context 458 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx, 481 ret = hid_bpf_hw_request(ctx,
|