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