Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcomposite.c227 c->wTotalLength = cpu_to_le16(len); in config_buf()
736 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
741 cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
743 bos->wTotalLength = cpu_to_le16(bos->wTotalLength + in bos_desc()
754 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
756 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()
767 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
769 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()
783 return le16_to_cpu(bos->wTotalLength); in bos_desc()
H A Dconfig.c105 put_unaligned_le16(len, &cp->wTotalLength); in usb_gadget_config_buf()
H A Dep0.c238 …bg_ep0(0, "attempt to copy %d bytes to urb\n",cpu_to_le16(configuration_descriptor->wTotalLength)); in ep0_get_descriptor()
241 cpu_to_le16(configuration_descriptor->wTotalLength), in ep0_get_descriptor()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dusb-emul-uclass.c281 cdesc->wTotalLength = upto; in usb_emul_setup_device()
291 cdesc->wTotalLength = upto; in usb_emul_setup_device()
293 cdesc->bConfigurationValue, cdesc->wTotalLength); in usb_emul_setup_device()
/rk3399_rockchip-uboot/common/
H A Dusb.c407 while (index + 1 < dev->config.desc.wTotalLength && head->bLength) { in usb_parse_config()
416 dev->config.desc.wTotalLength) { in usb_parse_config()
452 dev->config.desc.wTotalLength) { in usb_parse_config()
489 dev->config.desc.wTotalLength) { in usb_parse_config()
603 return le16_to_cpu(config->wTotalLength); in usb_get_configuration_len()
618 le16_to_cpu(config->wTotalLength)); in usb_get_configuration_no()
619 config->wTotalLength = result; /* validated, with CPU byte order */ in usb_get_configuration_no()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h315 __le16 wTotalLength; member
758 __le16 wTotalLength; member
800 __le16 wTotalLength; member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h96 unsigned short wTotalLength; member
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c163 .wTotalLength =
294 .wTotalLength =
/rk3399_rockchip-uboot/include/
H A Dusbdescriptors.h206 u16 wTotalLength; member