Home
last modified time | relevance | path

Searched refs:wTotalLength (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/usb/gadget/
A Dconfig.c104 put_unaligned_le16(len, &cp->wTotalLength); in usb_gadget_config_buf()
A Dcomposite.c245 c->wTotalLength = cpu_to_le16(len); in config_buf()
795 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
802 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
804 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()
819 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
821 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()
847 return le16_to_cpu(bos->wTotalLength); in bos_desc()
A Dep0.c284 …bg_ep0(0, "attempt to copy %d bytes to urb\n",cpu_to_le16(configuration_descriptor->wTotalLength)); in ep0_get_descriptor()
287 cpu_to_le16(configuration_descriptor->wTotalLength), in ep0_get_descriptor()
/u-boot/drivers/usb/emul/
A Dusb-emul-uclass.c279 cdesc->wTotalLength = upto; in usb_emul_setup_device()
289 cdesc->wTotalLength = upto; in usb_emul_setup_device()
291 cdesc->bConfigurationValue, cdesc->wTotalLength); in usb_emul_setup_device()
/u-boot/common/
A Dusb.c412 while (index + 1 < dev->config.desc.wTotalLength && head->bLength) { in usb_parse_config()
421 dev->config.desc.wTotalLength) { in usb_parse_config()
458 dev->config.desc.wTotalLength) { in usb_parse_config()
495 dev->config.desc.wTotalLength) { in usb_parse_config()
595 return le16_to_cpu(config->wTotalLength); in usb_get_configuration_len()
610 le16_to_cpu(config->wTotalLength)); in usb_get_configuration_no()
611 config->wTotalLength = result; /* validated, with CPU byte order */ in usb_get_configuration_no()
/u-boot/include/linux/usb/
A Dch9.h315 __le16 wTotalLength; member
758 __le16 wTotalLength; member
800 __le16 wTotalLength; member
/u-boot/drivers/usb/host/
A Dehci.h98 unsigned short wTotalLength; member
/u-boot/drivers/serial/
A Dusbtty.c164 .wTotalLength =
295 .wTotalLength =
/u-boot/include/
A Dusbdescriptors.h205 u16 wTotalLength; member

Completed in 20 milliseconds