Home
last modified time | relevance | path

Searched defs:hid_hw_output_report (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhid_bpf.h72 int (*hid_hw_output_report)(struct hid_device *hdev, __u8 *buf, size_t len, member
179 int (*hid_hw_output_report)(struct hid_bpf_ctx *ctx, u64 source); member
/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h86 int (*hid_hw_output_report)(struct hid_bpf_ctx *ctx, u64 source); member
/linux/drivers/hid/
H A Dhid-core.c2519 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) in hid_hw_output_report() function