Searched refs:hid_parser (Results 1 – 2 of 2) sorted by relevance
124 static int open_collection(struct hid_parser *parser, unsigned type) in open_collection()175 static int close_collection(struct hid_parser *parser) in close_collection()190 static unsigned hid_lookup_collection(struct hid_parser *parser, unsigned type) in hid_lookup_collection()204 static int hid_add_usage(struct hid_parser *parser, unsigned usage) in hid_add_usage()223 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) in hid_add_field()313 static int hid_parser_global(struct hid_parser *parser, struct hid_item *item) in hid_parser_global()404 static int hid_parser_local(struct hid_parser *parser, struct hid_item *item) in hid_parser_local()496 static int hid_parser_main(struct hid_parser *parser, struct hid_item *item) in hid_parser_main()533 static int hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) in hid_parser_reserved()649 struct hid_parser *parser; in hid_parse_report()[all …]
351 struct hid_parser { struct