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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dconfig.c95 if (length < USB_DT_CONFIG_SIZE || !desc)
100 len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8*)buf,
101 length - USB_DT_CONFIG_SIZE, desc);
104 len += USB_DT_CONFIG_SIZE;
109 cp->bLength = USB_DT_CONFIG_SIZE;
H A Dfile_storage.c1162 memcpy(buf, &config_desc, USB_DT_CONFIG_SIZE);
1164 buf += USB_DT_CONFIG_SIZE;
3846 config_desc.wTotalLength = USB_DT_CONFIG_SIZE + USB_DT_INTERFACE_SIZE
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_ch9.h205 #define USB_DT_CONFIG_SIZE 9 macro
H A Dusb.h66 #define USB_DT_CONFIG_SIZE 9 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_ch9.h193 #define USB_DT_CONFIG_SIZE 9 macro
H A Dusb.h66 #define USB_DT_CONFIG_SIZE 9 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_ch9.h205 #define USB_DT_CONFIG_SIZE 9 macro
H A Dusb.h66 #define USB_DT_CONFIG_SIZE 9 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_ch9.h205 #define USB_DT_CONFIG_SIZE 9 macro
H A Dusb.h66 #define USB_DT_CONFIG_SIZE 9 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c66 USB_DT_CONFIG_SIZE + USB_DT_INTERFACE_SIZE + NUM_EP*USB_DT_ENDPOINT_SIZE
173 bLength:USB_DT_CONFIG_SIZE,
H A Dau1000_usbtty.c88 USB_DT_CONFIG_SIZE + USB_DT_INTERFACE_SIZE + NUM_EP*USB_DT_ENDPOINT_SIZE
198 bLength:USB_DT_CONFIG_SIZE,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb-debug.c120 desc->bLength == USB_DT_CONFIG_SIZE ? "" : " (!!!)");
H A Dusb-midi.c1786 unsigned char buf[USB_DT_CONFIG_SIZE], *buffer;
1827 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buf, USB_DT_CONFIG_SIZE );
1832 if ( buf[1] != USB_DT_CONFIG || buf[0] < USB_DT_CONFIG_SIZE ) {
1900 unsigned char buf[USB_DT_CONFIG_SIZE], *buffer;
1947 ret = usb_get_descriptor( d, USB_DT_CONFIG, i, buf, USB_DT_CONFIG_SIZE );
1952 if ( buf[1] != USB_DT_CONFIG || buf[0] < USB_DT_CONFIG_SIZE ) {
H A Dusb.c1529 memcpy(config, buffer, USB_DT_CONFIG_SIZE);
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb.h59 #define USB_DT_CONFIG_SIZE 9 macro
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusb.h59 #define USB_DT_CONFIG_SIZE 9 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c718 if (desc_len <= USB_DT_CONFIG_SIZE) {
1376 memcpy(fcd, config_desc, USB_DT_CONFIG_SIZE);
1377 fcd += USB_DT_CONFIG_SIZE;

Completed in 223 milliseconds