Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h642 #define HID_GLOBAL_STACK_SIZE 4 macro
651 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c373 if (parser->global_stack_ptr == HID_GLOBAL_STACK_SIZE) { in hid_parser_global()