Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
652 struct hid_parser { struct653 struct hid_global global;654 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];655 unsigned int global_stack_ptr;656 struct hid_local local;657 unsigned int *collection_stack;658 unsigned int collection_stack_ptr;659 unsigned int collection_stack_size;660 struct hid_device *device;661 unsigned int scan_flags;