Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Dcomposite.h152 #define MAX_CONFIG_INTERFACES 16 /* arbitrary; max 255 */ macro
228 struct usb_function *interface[MAX_CONFIG_INTERFACES];
/external/u-boot/drivers/usb/gadget/
Dcomposite.c153 if (id < MAX_CONFIG_INTERFACES) { in usb_interface_id()
358 for (tmp = 0; tmp < MAX_CONFIG_INTERFACES; tmp++) { in set_config()
458 for (i = 0; i < MAX_CONFIG_INTERFACES; i++) { in usb_add_config()
810 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
822 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()