Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
683 struct hid_parser { struct684 struct hid_global global;685 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];686 unsigned int global_stack_ptr;687 struct hid_local local;688 unsigned int *collection_stack;689 unsigned int collection_stack_ptr;690 unsigned int collection_stack_size;691 struct hid_device *device;692 unsigned int scan_flags;