Home
last modified time | relevance | path

Searched refs:hid_get_report (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhid_bpf.h66 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member
/linux/drivers/hid/
H A Dhid-core.c1940 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report() function
2006 report = hid_get_report(report_enum, data); in hid_report_raw_event()
2097 report = hid_get_report(report_enum, data); in __hid_input_report()
3047 .hid_get_report = hid_get_report,
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c374 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()