Lines Matching defs:hid

754 	struct hid_device *hid = container_of(ref, struct hid_device, ref);  in hiddev_free()  local
764 struct hid_device *hid = to_hid_device(dev); in hid_device_release() local
832 struct hid_device *hid = parser->device; in hid_scan_input_usage() local
851 struct hid_device *hid = parser->device; in hid_scan_collection() local
921 static int hid_scan_report(struct hid_device *hid) in hid_scan_report()
991 int hid_parse_report(struct hid_device *hid, const __u8 *start, unsigned size) in hid_parse_report()
1018 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
1069 static int hid_calculate_multiplier(struct hid_device *hid, in hid_calculate_multiplier()
1108 static void hid_apply_multiplier_to_field(struct hid_device *hid, in hid_apply_multiplier_to_field()
1138 static void hid_apply_multiplier(struct hid_device *hid, in hid_apply_multiplier()
1209 void hid_setup_resolution_multiplier(struct hid_device *hid) in hid_setup_resolution_multiplier()
1403 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract()
1449 static void implement(const struct hid_device *hid, u8 *report, in implement()
1491 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1514 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage()
1532 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1579 static void hid_input_fetch_field(struct hid_device *hid, in hid_input_fetch_field()
1615 static void hid_input_var_field(struct hid_device *hid, in hid_input_var_field()
1638 static void hid_input_array_field(struct hid_device *hid, in hid_input_array_field()
1679 static void hid_process_report(struct hid_device *hid, in hid_process_report()
1737 static void __hid_insert_field_entry(struct hid_device *hid, in __hid_insert_field_entry()
1767 static void hid_report_process_ordering(struct hid_device *hid, in hid_report_process_ordering()
1818 static void hid_process_ordering(struct hid_device *hid) in hid_process_ordering()
1831 static void hid_output_field(const struct hid_device *hid, in hid_output_field()
1973 int __hid_request(struct hid_device *hid, struct hid_report *report, in __hid_request()
2007 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_report_raw_event()
2066 static int __hid_input_report(struct hid_device *hid, enum hid_report_type type, in __hid_input_report()
2141 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_input_report()
3047 int hid_check_keys_pressed(struct hid_device *hid) in hid_check_keys_pressed()