Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A Dcomposite.h157 #define MAX_CONFIG_INTERFACES 16 /* arbitrary; max 255 */ macro
234 struct usb_function *interface[MAX_CONFIG_INTERFACES];
/rk3399_rockchip-uboot/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()
939 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
951 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()