Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvhid_4.h285 #define HID_COLLECTION_STACK_SIZE 4 macro
291 struct hid_collection collection_stack[HID_COLLECTION_STACK_SIZE];
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A Ddrvhid_2.h285 #define HID_COLLECTION_STACK_SIZE 4 macro
291 struct hid_collection collection_stack[HID_COLLECTION_STACK_SIZE];
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvhid.h285 #define HID_COLLECTION_STACK_SIZE 4 macro
291 struct hid_collection collection_stack[HID_COLLECTION_STACK_SIZE];
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvhid_3.h285 #define HID_COLLECTION_STACK_SIZE 4 macro
291 struct hid_collection collection_stack[HID_COLLECTION_STACK_SIZE];
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvhidcore_4.c263 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvhidcore_3.c263 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvhidcore.c262 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvhidcore_2.c262 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection_Port2()