Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
720 struct hid_parser { struct721 struct hid_global global;722 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];723 unsigned int global_stack_ptr;724 struct hid_local local;725 unsigned int *collection_stack;726 unsigned int collection_stack_ptr;727 unsigned int collection_stack_size;728 struct hid_device *device;729 unsigned int scan_flags;