Searched refs:collection_stack_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-core.c129 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { open_collection()
152 parser->collection_stack[parser->collection_stack_ptr++] = open_collection()
159 collection->level = parser->collection_stack_ptr - 1; open_collection()
173 if (!parser->collection_stack_ptr) { close_collection()
177 parser->collection_stack_ptr--; close_collection()
191 for (n = parser->collection_stack_ptr - 1; n >= 0; n--) { hid_lookup_collection()
211 parser->collection_stack_ptr ? hid_add_usage()
212 parser->collection_stack[parser->collection_stack_ptr - 1] : 0; hid_add_usage()
996 if (parser->collection_stack_ptr) { hid_open_report()
/linux-4.1.27/include/linux/
H A Dhid.h589 unsigned collection_stack_ptr; member in struct:hid_parser

Completed in 290 milliseconds