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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb/libusb/
H A Dusb.h73 #define USB_DT_CONFIG_SIZE 9 macro
H A Dcore.c478 memcpy(dest, src, USB_DT_CONFIG_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb/libusb/
H A Dusb.h73 #define USB_DT_CONFIG_SIZE 9 macro
H A Dcore.c478 memcpy(dest, src, USB_DT_CONFIG_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb/libusb/
H A Dusb.h73 #define USB_DT_CONFIG_SIZE 9 macro
H A Dcore.c478 memcpy(dest, src, USB_DT_CONFIG_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dch9.h291 #define USB_DT_CONFIG_SIZE 9 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dch9.h291 #define USB_DT_CONFIG_SIZE 9 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/usb/
H A Dch9.h287 #define USB_DT_CONFIG_SIZE 9 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/usb/
H A Dch9.h287 #define USB_DT_CONFIG_SIZE 9 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/usb/
H A Dch9.h287 #define USB_DT_CONFIG_SIZE 9 macro

Completed in 248 milliseconds