Home
last modified time | relevance | path

Searched refs:hid_parser (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/hid/
Dhidparse.c17 static void hid_reset_parser(struct hid_parser *parser);
22 static int *__get_report_offset(struct hid_parser *parser, const uint8_t report_id, const uint8_t r…
81 static void hid_reset_parser(struct hid_parser *parser) in hid_reset_parser()
83 memset(parser, 0, sizeof(struct hid_parser)); in hid_reset_parser()
93 static __always_inline void __pop_usage_stack(struct hid_parser *parser) in __pop_usage_stack()
113 static bool hid_parse(struct hid_parser *parser, struct hid_data_t *data) in hid_parse()
356 struct hid_parser parser = {0}; in hid_parse_report()
498 static int *__get_report_offset(struct hid_parser *parser, const uint8_t report_id, const uint8_t r… in __get_report_offset()
521 static __always_inline bool __find_object(struct hid_parser *parser, struct hid_data_t *data) in __find_object()
561 struct hid_parser parser = {0}; in hid_parse_find_object()
/DragonOS-0.1.3/kernel/src/common/
Dhid.h126 struct hid_parser struct