Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
643 struct hid_parser { struct644 struct hid_global global;645 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];646 unsigned int global_stack_ptr;647 struct hid_local local;648 unsigned int *collection_stack;649 unsigned int collection_stack_ptr;650 unsigned int collection_stack_size;651 struct hid_device *device;652 unsigned int scan_flags;