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