Searched defs:hid_parser (Results 1 – 1 of 1) sorted by relevance
710 struct hid_parser { struct711 struct hid_global global;712 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];713 unsigned int global_stack_ptr;714 struct hid_local local;715 unsigned int *collection_stack;716 unsigned int collection_stack_ptr;717 unsigned int collection_stack_size;718 struct hid_device *device;719 unsigned int scan_flags;