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
1040 * Explicitly not using hid_get_report() here since it depends on in hid_validate_values() 1959 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report() function 2031 report = hid_get_report(report_enum, data); in hid_report_raw_event() 2122 report = hid_get_report(report_enum, data); in __hid_input_report() 3090 .hid_get_report = hid_get_report,
383 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()