Lines Matching refs:hid_report
84 struct hid_report *hid_register_report(struct hid_device *device, in hid_register_report()
89 struct hid_report *report; in hid_register_report()
96 report = kzalloc(sizeof(struct hid_report), GFP_KERNEL); in hid_register_report()
121 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field()
289 struct hid_report *report; in hid_add_field()
693 static void hid_free_report(struct hid_report *report) in hid_free_report()
716 struct hid_report *report = report_enum->report_id_hash[j]; in hid_close_report()
1022 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
1027 struct hid_report *report; in hid_validate_values()
1051 struct hid_report, list); in hid_validate_values()
1146 struct hid_report *rep; in hid_apply_multiplier()
1216 struct hid_report *rep; in hid_setup_resolution_multiplier()
1495 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1684 struct hid_report *report, in hid_process_report()
1742 struct hid_report *report, in __hid_insert_field_entry()
1772 struct hid_report *report) in hid_report_process_ordering()
1824 struct hid_report *report; in hid_process_ordering()
1856 static size_t hid_compute_report_size(struct hid_report *report) in hid_compute_report_size()
1869 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report()
1885 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags) in hid_alloc_report_buf()
1938 struct hid_report *report; in hid_find_field()
1959 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report()
1962 struct hid_report *report; in hid_get_report()
1980 int __hid_request(struct hid_device *hid, struct hid_report *report, in __hid_request()
2024 struct hid_report *report; in hid_report_raw_event()
2085 struct hid_report *report; in __hid_input_report()
2455 struct hid_report *report, enum hid_class_request reqtype) in hid_hw_request()