Home
last modified time | relevance | path

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

/u-boot/include/linux/usb/
A Dcomposite.h207 #define MAX_CONFIG_INTERFACES 16 /* arbitrary; max 255 */ macro
284 struct usb_function *interface[MAX_CONFIG_INTERFACES];
/u-boot/drivers/usb/gadget/
A Dcomposite.c187 if (id < MAX_CONFIG_INTERFACES) { in usb_interface_id()
423 for (tmp = 0; tmp < MAX_CONFIG_INTERFACES; tmp++) { in set_config()
526 for (i = 0; i < MAX_CONFIG_INTERFACES; i++) { in usb_add_config()
1132 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
1144 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()

Completed in 6 milliseconds