USB_DT_CONFIG_SIZE
memcpy(&config->desc, buffer, USB_DT_CONFIG_SIZE);
config->desc.bLength < USB_DT_CONFIG_SIZE ||
desc = kmalloc(USB_DT_CONFIG_SIZE, GFP_KERNEL);
desc, USB_DT_CONFIG_SIZE);
USB_DT_CONFIG_SIZE, result);
USB_DT_CONFIG_SIZE);
void *next = buf + USB_DT_CONFIG_SIZE;
len = USB_COMP_EP0_BUFSIZ - USB_DT_CONFIG_SIZE;
c->bLength = USB_DT_CONFIG_SIZE;
&& config->bLength == USB_DT_CONFIG_SIZE
&& total >= USB_DT_CONFIG_SIZE
if ((len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) ||
#define AST_VHUB_CONF_DESC_SIZE (USB_DT_CONFIG_SIZE + \
.bLength = USB_DT_CONFIG_SIZE,