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

/freebsd-10.0-release/sys/dev/usb/
H A Dusb_parse.c84 /* We assume that the "wTotalLength" has been checked. */
86 end = start + UGETW(cd->wTotalLength);
H A Dusb.h310 uWord wTotalLength; member in struct:usb_bos_descriptor
383 uWord wTotalLength; member in struct:usb_config_descriptor
H A Dusb_request.c1254 if (UGETW(d->wTotalLength) < (uint16_t)sizeof(*d)) {
1303 * ensures that "wTotalLength" is correct. The returned configuration
1328 len = UGETW(cd.wTotalLength);
1346 USETW(cdesc->wTotalLength, len);
H A Dusb_generic.c708 len = UGETW(cdesc->wTotalLength);
/freebsd-10.0-release/lib/libusb/
H A Dlibusb10_desc.c183 pconfd->wTotalLength = pconf->desc.wTotalLength;
451 ptr->wTotalLength = ((const uint8_t *)buf)[2] |
H A Dlibusb.h281 uint16_t wTotalLength; member in struct:libusb_config_descriptor
319 uint16_t wTotalLength; member in struct:libusb_bos_descriptor
H A Dlibusb20_desc.h253 m(n, UINT16_T, wTotalLength, ) \
303 m(n, UINT16_T, wTotalLength, ) \
H A Dusb.h150 uint16_t wTotalLength; member in struct:usb_config_descriptor
H A Dlibusb01.c438 bcfg->wTotalLength = acfg->desc.wTotalLength;
H A Dlibusb20_ugen20.c479 len = UGETW(cdesc.wTotalLength);
/freebsd-10.0-release/sys/dev/usb/template/
H A Dusb_template.c406 USETW(cd->wTotalLength, old_size);
1058 temp = UGETW(cd->wTotalLength);
1063 *pLength = UGETW(cd->wTotalLength);
/freebsd-10.0-release/sys/dev/sound/usb/
H A Duaudioreg.h96 uWord wTotalLength; member in struct:usb_audio_control_descriptor
H A Duaudio.c4624 wTotalLen = UGETW(acdp->wTotalLength) - acdp->bLength;
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_usbd.c475 len = MIN(UGETW(cdp->wTotalLength), ctldesc->ucd_trans_buflen);
/freebsd-10.0-release/sys/dev/usb/controller/
H A Datmegadci.c1531 .wTotalLength[0] = sizeof(atmegadci_confd),
H A Davr32dci.c1471 .wTotalLength[0] = sizeof(avr32dci_confd),
H A Dat91dci.c1706 .wTotalLength[0] = sizeof(at91dci_confd),
H A Duss820dci.c1773 .wTotalLength[0] = sizeof(uss820dci_confd),
H A Dxhci.c3047 HSETW(.wTotalLength, sizeof(xhci_bosd)),
3080 .wTotalLength[0] = sizeof(xhci_confd),
H A Dohci.c2057 .wTotalLength[0] = sizeof(ohci_confd),
H A Duhci.c2328 .wTotalLength[0] = sizeof(uhci_confd),
H A Ddwc_otg.c3457 .wTotalLength[0] = sizeof(dwc_otg_confd),
H A Dehci.c3002 .wTotalLength[0] = sizeof(ehci_confd),
H A Dmusb_otg.c3544 .wTotalLength[0] = sizeof(musbotg_confd),
/freebsd-10.0-release/sys/mips/cavium/usb/
H A Doctusb.c1394 .wTotalLength[0] = sizeof(octusb_confd),

Completed in 171 milliseconds