Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcomposite.h157 #define MAX_CONFIG_INTERFACES 16 /* arbitrary; max 255 */ macro
234 struct usb_function *interface[MAX_CONFIG_INTERFACES];
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c164 if (id < MAX_CONFIG_INTERFACES) { in usb_interface_id()
388 for (tmp = 0; tmp < MAX_CONFIG_INTERFACES; tmp++) { in set_config()
493 for (i = 0; i < MAX_CONFIG_INTERFACES; i++) { in usb_add_config()
935 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
947 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h258 #define MAX_CONFIG_INTERFACES 16 /* arbitrary; max 255 */ macro
334 struct usb_function *interface[MAX_CONFIG_INTERFACES];
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c484 if (id < MAX_CONFIG_INTERFACES) { in usb_interface_id()
904 for (tmp = 0; tmp < MAX_CONFIG_INTERFACES; tmp++) { in set_config()
1061 for (i = 0; i < MAX_CONFIG_INTERFACES; i++) { in usb_add_config()
1844 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1873 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1909 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1932 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()
1991 if (interface >= MAX_CONFIG_INTERFACES || in composite_setup()
2040 if (!cdev->config || intf >= MAX_CONFIG_INTERFACES) in composite_setup()