Home
last modified time | relevance | path

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

/linux/include/linux/usb/
A Dcomposite.h258 #define MAX_CONFIG_INTERFACES 16 /* arbitrary; max 255 */ macro
334 struct usb_function *interface[MAX_CONFIG_INTERFACES];
/linux/drivers/usb/gadget/
A Dcomposite.c471 if (id < MAX_CONFIG_INTERFACES) { in usb_interface_id()
891 for (tmp = 0; tmp < MAX_CONFIG_INTERFACES; tmp++) { in set_config()
1048 for (i = 0; i < MAX_CONFIG_INTERFACES; i++) { in usb_add_config()
1831 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1860 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1896 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1919 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
2024 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()

Completed in 13 milliseconds