Searched refs:wTotalLength (Results 1 - 25 of 29) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dconfig.c76 * status code. The config.wTotalLength field is set to match the length
111 cp->wTotalLength = cpu_to_le16(len);
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Ddescriptors.c301 size = config->wTotalLength;
482 bigbuffer = malloc(config.wTotalLength);
489 res = usb_get_descriptor(udev, USB_DT_CONFIG, i, bigbuffer, config.wTotalLength);
490 if (res < config.wTotalLength) {
495 fprintf(stderr, "Config descriptor too short (expected %d, got %d)\n", config.wTotalLength, res);
H A Dlinux.c636 bigbuffer = malloc(config.wTotalLength);
646 ret = read(fd, (void *)(bigbuffer + 8), config.wTotalLength - 8);
647 if (ret < config.wTotalLength - 8) {
652 fprintf(stderr, "Config descriptor too short (expected %d, got %d)\n", config.wTotalLength, ret);
H A Dusb.h146 u_int16_t wTotalLength; member in struct:usb_config_descriptor
H A Dusbpp.cpp348 m_TotalLength = descriptor.wTotalLength;
358 printf(" wTotalLength: %d\n", m_TotalLength);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbdebug.c184 printf("wTotalLength = %d\n",GETUSBFIELD(cfgdscr,wTotalLength));
299 len = GETUSBFIELD(cfgdscr,wTotalLength);
H A Dusbd.c1090 len = GETUSBFIELD(&cfgdescr,wTotalLength);
1152 endptr = ptr + GETUSBFIELD((dev->ud_cfgdescr),wTotalLength);
H A Dusbhub.c745 len = GETUSBFIELD(&cfgdescr,wTotalLength);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_ch9.h197 __u16 wTotalLength; member in struct:usb_config_descriptor
H A Dusb.h301 __u16 wTotalLength __attribute__ ((packed)); member in struct:usb_config_descriptor
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_ch9.h185 __u16 wTotalLength; member in struct:usb_config_descriptor
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_ch9.h197 __u16 wTotalLength; member in struct:usb_config_descriptor
H A Dusb.h301 __u16 wTotalLength __attribute__ ((packed)); member in struct:usb_config_descriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_ch9.h197 __u16 wTotalLength; member in struct:usb_config_descriptor
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb100.h169 USHORT wTotalLength; member in struct:_USB_CONFIGURATION_DESCRIPTOR
H A Dusb.h146 u_int16_t wTotalLength; member in struct:usb_config_descriptor
H A Dtestusb.c87 PDEBUG(" wTotalLength: %d\n", config->wTotalLength);
H A Durb64.h102 USHORT wTotalLength; member in struct:_USB_CONFIGURATION_DESCRIPTOR_64
H A Ddecode.c120 PDEBUG("\t UrbSelectConfiguration.ConfigurationDescriptor.wTotalLength: %x\n", purb->UrbSelectConfiguration.ConfigurationDescriptor.wTotalLength);
309 PDEBUG("\t UrbSelectConfiguration.ConfigurationDescriptor.wTotalLength: %x\n", purb->UrbSelectConfiguration.ConfigurationDescriptor.wTotalLength);
500 printf("%sUrbSelectConfiguration.ConfigurationDescriptor.wTotalLength: %x\n", sp, purb->UrbSelectConfiguration.ConfigurationDescriptor.wTotalLength);
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A Dtestlibusb.c51 printf(" wTotalLength: %d\n", config->wTotalLength);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb-debug.c122 printk(" wTotalLength = %04x\n", desc->wTotalLength);
H A Dusb.c1530 le16_to_cpus(&config->wTotalLength);
1531 size = config->wTotalLength;
2136 length = le16_to_cpu(desc->wTotalLength);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c175 wTotalLength:CONFIG_DESC_LEN,
H A Dau1000_usbtty.c200 wTotalLength:CONFIG_DESC_LEN,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c727 int len = dev->conf_desc->wTotalLength;
1368 usbdev.full_conf_desc = fcd = kmalloc(config_desc->wTotalLength,

Completed in 193 milliseconds

12