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

/linux-master/drivers/hid/
H A Dhid-core.c127 if (parser->collection_stack_ptr == parser->collection_stack_size) {
163 parser->collection_stack[parser->collection_stack_ptr++] =
170 collection->level = parser->collection_stack_ptr - 1;
186 if (!parser->collection_stack_ptr) {
190 parser->collection_stack_ptr--;
204 for (n = parser->collection_stack_ptr - 1; n >= 0; n--) {
245 parser->collection_stack_ptr ?
246 parser->collection_stack[parser->collection_stack_ptr - 1] : 0;
1284 if (parser->collection_stack_ptr) {
/linux-master/include/linux/
H A Dhid.h719 unsigned int collection_stack_ptr; member in struct:hid_parser

Completed in 110 milliseconds