Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h577 #define HID_COLLECTION_STACK_SIZE 4 macro
588 unsigned collection_stack[HID_COLLECTION_STACK_SIZE];
/linux-4.1.27/drivers/hid/
Dhid-core.c129 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection()