Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
676 struct hid_parser { struct677 struct hid_global global;678 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];679 unsigned int global_stack_ptr;680 struct hid_local local;681 unsigned int *collection_stack;682 unsigned int collection_stack_ptr;683 unsigned int collection_stack_size;684 struct hid_device *device;685 unsigned int scan_flags;