Searched refs:USB_DT_CONFIG_SIZE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dconfig.c98 if (length < USB_DT_CONFIG_SIZE || !desc)
103 len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8*)buf,
104 length - USB_DT_CONFIG_SIZE, desc);
107 len += USB_DT_CONFIG_SIZE;
112 cp->bLength = USB_DT_CONFIG_SIZE;
H A Dcomposite.c235 void *next = buf + USB_DT_CONFIG_SIZE;
236 int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE;
242 c->bLength = USB_DT_CONFIG_SIZE;
H A Dinode.c1836 && config->bLength == USB_DT_CONFIG_SIZE
1851 if (len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4))
H A Dgmidi.c214 .bLength = USB_DT_CONFIG_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dconfig.c424 memcpy(&config->desc, buffer, USB_DT_CONFIG_SIZE);
426 config->desc.bLength < USB_DT_CONFIG_SIZE) {
690 desc = kmalloc(USB_DT_CONFIG_SIZE, GFP_KERNEL);
699 desc, USB_DT_CONFIG_SIZE);
709 USB_DT_CONFIG_SIZE, result);
714 USB_DT_CONFIG_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dch9.h291 #define USB_DT_CONFIG_SIZE 9 macro

Completed in 78 milliseconds