Home
last modified time | relevance | path

Searched refs:hid_bpf_hw_request (Results 1 – 7 of 7) sorted by relevance

/linux/samples/hid/
A Dhid_surface_dial.bpf.c63 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 Dhid_bpf_helpers.h15 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
/linux/tools/testing/selftests/hid/progs/
A Dhid.c122 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 Dhid_bpf_helpers.h97 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
/linux/drivers/hid/bpf/
A Dhid_bpf_dispatch.c398 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 Dhid_bpf_helpers.h17 extern int hid_bpf_hw_request(struct hid_bpf_ctx *ctx,
/linux/Documentation/hid/
A Dhid-bpf.rst205 …: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