Searched refs:hid_get_report (Results 1 – 3 of 3) sorted by relevance
112 struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data); member
403 report = hid_bpf_ops->hid_get_report(report_enum, buf); in hid_bpf_hw_request()
1909 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report() function1975 report = hid_get_report(report_enum, data); in hid_report_raw_event()2070 report = hid_get_report(report_enum, data); in hid_input_report()2967 .hid_get_report = hid_get_report,