Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
786 struct hid_parser { struct787 struct hid_global global;788 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];789 unsigned int global_stack_ptr;790 struct hid_local local;791 unsigned int *collection_stack;792 unsigned int collection_stack_ptr;793 unsigned int collection_stack_size;794 struct hid_device *device;795 unsigned int scan_flags;