Home
last modified time | relevance | path

Searched refs:collection_stack (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-core.c132 unsigned int *collection_stack; in open_collection() local
136 collection_stack = krealloc(parser->collection_stack, in open_collection()
139 if (!collection_stack) in open_collection()
142 parser->collection_stack = collection_stack; in open_collection()
167 parser->collection_stack[parser->collection_stack_ptr++] = in open_collection()
207 unsigned index = parser->collection_stack[n]; in hid_lookup_collection()
227 parser->collection_stack[parser->collection_stack_ptr - 1] : 0; in hid_add_usage()
853 kfree(parser->collection_stack); in hid_scan_report()
1042 kfree(parser->collection_stack); in hid_open_report()
1051 kfree(parser->collection_stack); in hid_open_report()
/Linux-v4.19/include/linux/
Dhid.h650 unsigned int *collection_stack; member