Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
753 struct hid_parser { struct754 struct hid_global global;755 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];756 unsigned int global_stack_ptr;757 struct hid_local local;758 unsigned int *collection_stack;759 unsigned int collection_stack_ptr;760 unsigned int collection_stack_size;761 struct hid_device *device;762 unsigned int scan_flags;