• Home
  • Raw
  • Download

Lines Matching defs:hid

703 	struct hid_device *hid = to_hid_device(dev);  in hid_device_release()  local
779 struct hid_device *hid = parser->device; in hid_scan_input_usage() local
798 struct hid_device *hid = parser->device; in hid_scan_collection() local
860 static int hid_scan_report(struct hid_device *hid) in hid_scan_report()
930 int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size) in hid_parse_report()
957 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values()
1008 static int hid_calculate_multiplier(struct hid_device *hid, in hid_calculate_multiplier()
1047 static void hid_apply_multiplier_to_field(struct hid_device *hid, in hid_apply_multiplier_to_field()
1077 static void hid_apply_multiplier(struct hid_device *hid, in hid_apply_multiplier()
1146 void hid_setup_resolution_multiplier(struct hid_device *hid) in hid_setup_resolution_multiplier()
1362 u32 hid_field_extract(const struct hid_device *hid, u8 *report, in hid_field_extract()
1408 static void implement(const struct hid_device *hid, u8 *report, in implement()
1451 static int hid_match_report(struct hid_device *hid, struct hid_report *report) in hid_match_report()
1474 static int hid_match_usage(struct hid_device *hid, struct hid_usage *usage) in hid_match_usage()
1492 static void hid_process_event(struct hid_device *hid, struct hid_field *field, in hid_process_event()
1523 static void hid_input_field(struct hid_device *hid, struct hid_field *field, in hid_input_field()
1582 static void hid_output_field(const struct hid_device *hid, in hid_output_field()
1688 int __hid_request(struct hid_device *hid, struct hid_report *report, in __hid_request()
1722 int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, u32 size, in hid_report_raw_event()
1787 int hid_input_report(struct hid_device *hid, int type, u8 *data, u32 size, int interrupt) in hid_input_report()
2552 int hid_check_keys_pressed(struct hid_device *hid) in hid_check_keys_pressed()