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

/fuchsia/zircon/system/public/zircon/hw/
H A Dusb-video.h99 uint16_t wTotalLength; member in struct:__anon779
139 uint16_t wTotalLength; member in struct:__anon783
H A Dusb-audio.h271 uint16_t wTotalLength; member in struct:__anon724
493 uint16_t wTotalLength; member in struct:__anon747
H A Dusb.h165 uint16_t wTotalLength; member in struct:__anon794
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c159 *reply = le16toh(descriptor->wTotalLength);
167 *reply = le16toh(descriptor->wTotalLength);
178 size_t desc_length = le16toh(descriptor->wTotalLength);
186 size_t desc_length = le16toh(descriptor->wTotalLength);
507 size_t length = le16toh(config_desc->wTotalLength);
527 size_t length = le16toh(config_desc->wTotalLength);
633 uint16_t config_desc_size = letoh16(config_desc_header.wTotalLength);
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-root-hub.c90 .wTotalLength = htole16(sizeof(xhci_rh_config_desc)),
281 memcpy(config_desc, rh->config_desc, le16toh(rh->config_desc->wTotalLength));
336 uint16_t desc_length = le16toh(rh->config_desc->wTotalLength);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-composite.c200 le16toh(config->wTotalLength));
H A Dusb-interface.c290 le16toh(config->wTotalLength));
/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c146 printf(" wTotalLength %d\n", le16toh(config_desc->wTotalLength));
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c212 config_desc->wTotalLength = htole16(length);
497 uint16_t desc_length = letoh16(desc->wTotalLength);
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c242 .wTotalLength = htole16(sizeof(dwc_rh_config_descriptor)),
918 uint16_t desc_length = le16toh(config_desc->wTotalLength);

Completed in 161 milliseconds