Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dhid.h532 #define HID_GLOBAL_STACK_SIZE 4 macro
537 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];
/linux-2.6.39/drivers/hid/
Dhid-core.c308 if (parser->global_stack_ptr == HID_GLOBAL_STACK_SIZE) { in hid_parser_global()