Lines Matching defs:hid
682 struct hid_device *hid = to_hid_device(dev); in hid_device_release() local
758 struct hid_device *hid = parser->device; in hid_scan_input_usage() local
777 struct hid_device *hid = parser->device; in hid_scan_collection() local
839 static int hid_scan_report(struct hid_device *hid) in hid_scan_report()
933 int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size) in hid_parse_report()
960 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
1191 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract()
1237 static void implement(const struct hid_device *hid, u8 *report, in implement()
1280 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1303 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage()
1321 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1352 static void hid_input_field(struct hid_device *hid, struct hid_field *field, in hid_input_field()
1411 static void hid_output_field(const struct hid_device *hid, in hid_output_field()
1517 void __hid_request(struct hid_device *hid, struct hid_report *report, in __hid_request()
1548 int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, u32 size, in hid_report_raw_event()
1615 int hid_input_report(struct hid_device *hid, int type, u8 *data, u32 size, int interrupt) in hid_input_report()
3146 int hid_check_keys_pressed(struct hid_device *hid) in hid_check_keys_pressed()