Searched refs:hid_get_report (Results 1 – 3 of 3) sorted by relevance
66 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member
1940 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report() function2006 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,
374 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()